update SetupWizard

merge-requests/23/head
Christopher Roy Bratusek 5 years ago
parent 032ae8bf1c
commit 0d036860d4

@ -75,17 +75,6 @@ selectbox(
"Minimal", "Install microG [GmsCore, Nominatim]", 0 #-- selected.1 = 3
);
selectbox(
"microG GmsCore",
"microG GmsCore",
"@customize",
"gmscore.prop",
"Select which microG GmsCore to install (if any)", "", 2, #-- Group 1. key = "selected.1"
"NanoDroid", "custom NanoDroid microG GmsCore with beta state code merged", 0, #-- selected.1 = 1
"Official", "official microG GmsCore", 1 #-- selected.1 = 2
);
checkbox(
"nlpBackends",
"nlpBackends",

@ -50,7 +50,6 @@ debloat_prop="${aromapath}/debloat.prop"
location_prop="${aromapath}/location.prop"
nlp_prop="${aromapath}/nlp.prop"
ug_prop="${aromapath}/ug.prop"
gmscore_prop="${aromapath}/gmscore.prop"
ui_print " "
ui_print "****************************"
@ -170,14 +169,6 @@ elif grep -q "selected.1=3" "${ug_prop}"; then
echo "nanodroid_microg=2" >> "${nanodroid_setup}"
fi
if grep -q "selected.1=1" "${gmscore_prop}"; then
ui_print " <>> setting property: nanodroid_gmscore [custom]"
echo "nanodroid_gmscore=0" >> "${nanodroid_setup}"
elif grep -q "selected.1=2" "${gmscore_prop}"; then
ui_print " <>> setting property: nanodroid_gmscore [official]"
echo "nanodroid_gmscore=1" >> "${nanodroid_setup}"
fi
ui_print " "
ui_print " < Installed Applications"

Loading…
Cancel
Save