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 ARCH=x64
RELEASE_TYPE=retail RELEASE_TYPE=retail
MAGISK_VER=stable MAGISK_VER=stable
GAPPS_BRAND=OpenGApps GAPPS_BRAND=MindTheGapps
GAPPS_VARIANT=pico GAPPS_VARIANT=pico
ROOT_SOL=magisk ROOT_SOL=magisk
} }

View File

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