mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-01-19 02:52:20 +08:00
Correctly check Shamiko module and add missing GMS proc
This commit is contained in:
parent
7bc8d991dc
commit
2a3506a053
@ -5,8 +5,9 @@ MODPATH="${0%/*}"
|
|||||||
if magisk --denylist status; then
|
if magisk --denylist status; then
|
||||||
magisk --denylist rm com.google.android.gms
|
magisk --denylist rm com.google.android.gms
|
||||||
else
|
else
|
||||||
# If DenyList is disabled, maybe you are using Shamiko
|
# Check if Shamiko is installed and whitelist feature isn't enabled
|
||||||
if [ ! -f "/data/adb/shamiko/whitelist" ]; then
|
if [ -d "/data/adb/modules/zygisk_shamiko" ] && [ ! -f "/data/adb/shamiko/whitelist" ]; then
|
||||||
|
magisk --denylist add com.google.android.gms com.google.android.gms
|
||||||
magisk --denylist add com.google.android.gms com.google.android.gms.unstable
|
magisk --denylist add com.google.android.gms com.google.android.gms.unstable
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user