mirror of
https://github.com/chiteroman/TrickyStore.git
synced 2025-07-17 15:29:32 +00:00
Remove PIF's zygisk folder when installing TS
This commit is contained in:
@@ -109,3 +109,8 @@ if [ ! -f "$CONFIG_DIR/pif.json" ]; then
|
||||
extract "$ZIPFILE" 'pif.json' "$TMPDIR"
|
||||
mv "$TMPDIR/pif.json" "$CONFIG_DIR/pif.json"
|
||||
fi
|
||||
|
||||
if [ -d "/data/adb/modules/playintegrityfix" ]; then
|
||||
ui_print "- PIF module detected, its zygisk folder will be removed"
|
||||
rm -rf "/data/adb/modules/playintegrityfix/zygisk"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user