This commit is contained in:
chiteroman
2023-11-24 20:58:30 +01:00
parent cc4a2536a0
commit bed9055fd3
14 changed files with 159 additions and 9 deletions

9
module/post-fs-data.sh Normal file
View File

@@ -0,0 +1,9 @@
# Remove Play Services from the Magisk Denylist when set to enforcing
if magisk --denylist status; then
magisk --denylist rm com.google.android.gms
fi
# Check if safetynet-fix is installed
if [ -d "/data/adb/modules/safetynet-fix" ]; then
touch "/data/adb/modules/safetynet-fix/remove"
fi