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