mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-01-19 02:52:20 +08:00
Fixed continue installing when magisk is not found
This commit is contained in:
parent
290c5b442c
commit
224cf94417
@ -10,6 +10,8 @@ fi
|
||||
if [ ! -d "/data/adb/modules/zygisksu" ]; then
|
||||
if [ -d "/data/adb/magisk" ]; then
|
||||
[ ! "$(magisk --sqlite "SELECT value FROM settings WHERE key='zygisk';")" == "value=0" ] || abort "! Zygisk is not enabled. Please, enable Zygisk in Magisk settings or install ZygiskNext or ReZygisk module."
|
||||
else
|
||||
abort "! Zygisk is not enabled. Please, enable Zygisk in Magisk settings or install ZygiskNext or ReZygisk module."
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user