Revert "Reject installation when JsHook is installed (#2178)" (#2179)

This reverts commit 7bcdeb1875.
This commit is contained in:
南宫雪珊 2022-10-16 11:28:10 +08:00 committed by GitHub
parent 7bcdeb1875
commit 2785ec3e32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ check_android_version() {
check_incompatible_module() { check_incompatible_module() {
MODULEDIR="$(magisk --path)/.magisk/modules" MODULEDIR="$(magisk --path)/.magisk/modules"
for id in "riru_dreamland" "riru_edxposed" "riru_edxposed_sandhook" "taichi" "zygisk_jshook"; do for id in "riru_dreamland" "riru_edxposed" "riru_edxposed_sandhook" "taichi"; do
if [ -d "$MODULEDIR/$id" ] && [ ! -f "$MODULEDIR/$id/disable" ] && [ ! -f "$MODULEDIR/$id/remove" ]; then if [ -d "$MODULEDIR/$id" ] && [ ! -f "$MODULEDIR/$id/disable" ] && [ ! -f "$MODULEDIR/$id/remove" ]; then
ui_print "*********************************************************" ui_print "*********************************************************"
ui_print "! Please disable or uninstall incompatible frameworks:" ui_print "! Please disable or uninstall incompatible frameworks:"