From 78dd16ae09e8ba0af4f88c590c7f9d6ac0eb88ae Mon Sep 17 00:00:00 2001 From: osm0sis Date: Mon, 21 Oct 2024 16:25:13 -0300 Subject: [PATCH] Revert "Don't coexist with those who behave inappropriately" This reverts commit 565d895a968ebb01a261548f9355878ed63a9105. Thanks to @daboynb for properly licensing their derived work and making the acknowledgement more visible --- module/common_setup.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/module/common_setup.sh b/module/common_setup.sh index 298f7af..9af53eb 100644 --- a/module/common_setup.sh +++ b/module/common_setup.sh @@ -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