mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-23 11:49:16 +01:00
Make MindTheGapps default
This commit is contained in:
parent
2c3240a7ee
commit
afb6e676d5
@ -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
|
||||
}
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user