mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-25 17:59:35 +00:00
Reduce Magisk version requirements to 26.0
This commit is contained in:
parent
6f9d5f0087
commit
510e4aac17
1 changed files with 2 additions and 2 deletions
|
@ -572,8 +572,8 @@ if [ "$GAPPS_BRAND" != "none" ] || [ "$ROOT_SOL" = "magisk" ]; then
|
|||
fi
|
||||
# shellcheck disable=SC1090
|
||||
source "$WSA_WORK_ENV" || abort
|
||||
if [ "$MAGISK_VERSION_CODE" -lt 26100 ] && [ "$MAGISK_VER" != "stable" ] && [ -z ${CUSTOM_MAGISK+x} ]; then
|
||||
echo "Please install Magisk 26.1+"
|
||||
if [ "$MAGISK_VERSION_CODE" -lt 26000 ] && [ "$MAGISK_VER" != "stable" ] && [ -z ${CUSTOM_MAGISK+x} ]; then
|
||||
echo "Please install Magisk 26.0+"
|
||||
abort
|
||||
fi
|
||||
sudo chmod +x "../linker/$HOST_ARCH/linker64" || abort
|
||||
|
|
Loading…
Add table
Reference in a new issue