Merge pull request #454 from IcyColdified/main

Check if Shamiko whitelist is not active before configuring DenyList
This commit is contained in:
Marcos 2024-10-24 22:26:00 +02:00 committed by GitHub
commit 57323e0e93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,9 @@ 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 # If DenyList is disabled, maybe you are using Shamiko
if [ ! -f "/data/adb/shamiko/whitelist" ]; then
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
# Uninstall conflict apps # Uninstall conflict apps