From afb6e676d5b97b5c1354239a94f862142642af84 Mon Sep 17 00:00:00 2001 From: Howard Wu <40033067+Howard20181@users.noreply.github.com> Date: Sat, 10 Sep 2022 15:02:46 +0800 Subject: [PATCH] Make MindTheGapps default --- scripts/build.sh | 2 +- scripts/run.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index d6e4a93..8c8ffe7 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -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 } diff --git a/scripts/run.sh b/scripts/run.sh index 8e0e8ee..907e85f 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -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"