mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-25 17:59:35 +00:00
Allow stable Magisk
This commit is contained in:
parent
13ca3b0e1f
commit
e5542d9e2e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue