Make MindTheGapps default

This commit is contained in:
Howard Wu 2022-09-10 15:02:46 +08:00
parent 2c3240a7ee
commit afb6e676d5
2 changed files with 4 additions and 4 deletions

View File

@ -92,7 +92,7 @@ default() {
ARCH=x64
RELEASE_TYPE=retail
MAGISK_VER=stable
GAPPS_BRAND=OpenGApps
GAPPS_BRAND=MindTheGapps
GAPPS_VARIANT=pico
ROOT_SOL=magisk
}

View File

@ -145,10 +145,10 @@ fi
if (YesNoBox '([title]="Install GApps" [text]="Do you want to install GApps?")'); then
GAPPS_BRAND=$(
Radiolist '([title]="Which GApps do you want to install?"
[default]="OpenGApps")' \
[default]="MindTheGapps")' \
\
'OpenGApps' "" 'on' \
'MindTheGapps' "" 'off'
'OpenGApps' "" 'off' \
'MindTheGapps' "" 'on'
)
else
GAPPS_BRAND="none"