From e5542d9e2e39a2d9877f3384136fefc249e1f4e2 Mon Sep 17 00:00:00 2001 From: Howard Wu Date: Thu, 6 Apr 2023 02:49:09 +0800 Subject: [PATCH] Allow stable Magisk --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 23cc042..be37309 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -494,7 +494,7 @@ if [ "$GAPPS_BRAND" != "none" ] || [ "$ROOT_SOL" = "magisk" ]; then fi # shellcheck disable=SC1090 source "$WSA_WORK_ENV" || abort - if [ "$MAGISK_VERSION_CODE" -lt 25211 ]; then + if [ "$MAGISK_VERSION_CODE" -lt 25211 ] && [ "$MAGISK_VER" != "stable" ] && [ -z ${CUSTOM_MAGISK+x} ]; then echo "Please install Magisk 25211+" abort fi