Skip to content

Commit

Permalink
Exclude Magisk Delta
Browse files Browse the repository at this point in the history
  • Loading branch information
YT-Advanced authored May 14, 2023
1 parent 4488b5c commit 8566da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ if [ "$GAPPS_BRAND" != "none" ] || [ "$ROOT_SOL" = "magisk" ]; then
fi
# shellcheck disable=SC1090
source "$WSA_WORK_ENV" || abort
if [ "$MAGISK_VERSION_CODE" -lt 25211 ] && [ "$MAGISK_VER" != "stable" ] && [ -z ${CUSTOM_MAGISK+x} ]; then
if [ "$MAGISK_VERSION_CODE" -lt 25211 ] && [ "$MAGISK_VER" != "delta" ] && [ -z ${CUSTOM_MAGISK+x} ]; then
echo "Please install Magisk 25211+"
abort
fi
Expand Down

0 comments on commit 8566da4

Please sign in to comment.