mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-25 17:59:35 +00:00
Magisk version 26.1+ required
Magisk below this version will not work on WSA with modules that use custom sepolicy
This commit is contained in:
parent
5c2218df43
commit
6f9d5f0087
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 25211 ] && [ "$MAGISK_VER" != "stable" ] && [ -z ${CUSTOM_MAGISK+x} ]; then
|
||||
echo "Please install Magisk 25211+"
|
||||
if [ "$MAGISK_VERSION_CODE" -lt 26100 ] && [ "$MAGISK_VER" != "stable" ] && [ -z ${CUSTOM_MAGISK+x} ]; then
|
||||
echo "Please install Magisk 26.1+"
|
||||
abort
|
||||
fi
|
||||
sudo chmod +x "../linker/$HOST_ARCH/linker64" || abort
|
||||
|
|
Loading…
Add table
Reference in a new issue