From 240a52b5584a1cd5c408edbb5aa3122f82a2555b Mon Sep 17 00:00:00 2001 From: osm0sis Date: Sun, 20 Oct 2024 14:01:41 -0300 Subject: [PATCH] Revert "Remove more who took without proper credit" This reverts commit 785622321ec85d7bf3e60542ffc99da7bec5c3ff. Thanks to @Citra-Standalone for taking steps to properly acknowledge and license their derived works --- module/common_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/common_setup.sh b/module/common_setup.sh index b0c38f0..298f7af 100644 --- a/module/common_setup.sh +++ b/module/common_setup.sh @@ -3,7 +3,7 @@ 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 citradvance tsupport; do +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"