safetynet-fix/magisk/customize.sh
Danny Lin bc27f2211b
magisk: Remove Play Services from DenyList earlier
This ensures that GMS will never start before it's removed from the
DenyList, even if another module's service.sh is blocking our script.

Suggested-by: osm0sis <osm0sis@outlook.com>
2021-10-30 23:49:23 -07:00

4 lines
77 B
Bash
Executable File

#!/system/bin/sh
chmod 755 "$MODPATH/service.sh" "$MODPATH/post-fs-data.sh"