From 646417b9da6049e97497df8d5e657f94df76b340 Mon Sep 17 00:00:00 2001 From: Howard20181 <40033067+Howard20181@users.noreply.github.com> Date: Fri, 26 Aug 2022 03:32:41 +0800 Subject: [PATCH] Show OpenGApps variant warning message --- scripts/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run.sh b/scripts/run.sh index 0163ff9..e6c675d 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -643,7 +643,7 @@ else else name2="-$GAPPS_BRAND" fi - if [ "$GAPPS_VARIANT" != "pico" ] && [ $GAPPS_BRAND = "OpenGApps" ] && [ "$DEBUG" != "1" ]; then + if [ $GAPPS_BRAND = "OpenGApps" ] && [ "$DEBUG" != "1" ]; then echo ":warning: Since OpenGApps doesn't officially support Android 12.1 yet, lock the variant to pico!" fi fi