From 6216ea44e2cda5c7f79eccf08bb5ef119847e612 Mon Sep 17 00:00:00 2001 From: chiteroman Date: Fri, 16 Aug 2024 10:58:33 +0200 Subject: [PATCH] Remove PIF when installing TS --- module/template/customize.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/template/customize.sh b/module/template/customize.sh index f940476..66ad80f 100644 --- a/module/template/customize.sh +++ b/module/template/customize.sh @@ -111,6 +111,6 @@ if [ ! -f "$CONFIG_DIR/pif.json" ]; then 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" + ui_print "- PIF module will be removed on next reboot" + touch "/data/adb/modules/playintegrityfix/remove" fi