Skip to content

Commit

Permalink
Revert "Don't coexist with those who behave inappropriately"
Browse files Browse the repository at this point in the history
This reverts commit 565d895.

Thanks to @daboynb for properly licensing their derived work and making the acknowledgement more visible
  • Loading branch information
osm0sis committed Oct 21, 2024
1 parent 240a52b commit 78dd16a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions module/common_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ if [ -d /data/adb/modules/safetynet-fix ]; then
touch /data/adb/modules/safetynet-fix/remove
ui_print "! Universal SafetyNet Fix (USNF) module will be removed on next reboot"
fi
for BADMOD in playcurl playcurlNEXT; do
if [ -d /data/adb/modules/$BADMOD ]; then
touch /data/adb/modules/$BADMOD/remove
ui_print "! $BADMOD module will be removed on next reboot"
fi
done

# Replace/hide conflicting custom ROM injection app folders/files to disable them
LIST=$MODPATH/example.app_replace.list
Expand Down

0 comments on commit 78dd16a

Please sign in to comment.