Skip to content

Commit

Permalink
Add new files to scripts-only-mode removals
Browse files Browse the repository at this point in the history
  • Loading branch information
osm0sis committed May 6, 2024
1 parent 4d116c6 commit bbfdc87
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions module/customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ if [ -f /data/adb/modules/playintegrityfix/scripts-only-mode ]; then
ui_print "! Installing global scripts only; Zygisk attestation fallback and device spoofing disabled"
touch $MODPATH/scripts-only-mode
sed -i 's/\(description=\)\(.*\)/\1[Scripts-only mode] \2/' $MODPATH/module.prop
rm -rf $MODPATH/classes.dex $MODPATH/common_setup.sh $MODPATH/custom.pif.json \
$MODPATH/example.app_replace.list $MODPATH/example.pif.json $MODPATH/migrate.sh $MODPATH/zygisk \
rm -rf $MODPATH/autopif.sh $MODPATH/classes.dex $MODPATH/common_setup.sh \
$MODPATH/custom.pif.json $MODPATH/example.app_replace.list $MODPATH/example.pif.json \
$MODPATH/killgms.sh $MODPATH/migrate.sh $MODPATH/zygisk \
/data/adb/modules/playintegrityfix/custom.app_replace.list \
/data/adb/modules/playintegrityfix/custom.pif.json /data/adb/modules/playintegrityfix/system
fi
Expand Down

0 comments on commit bbfdc87

Please sign in to comment.