Reject installation when JsHook is installed (#2178)

This commit is contained in:
Howard Wu 2022-10-15 22:38:54 +08:00 committed by GitHub
parent a43822ff17
commit 7bcdeb1875
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() {
MODULEDIR="$(magisk --path)/.magisk/modules"
for id in "riru_dreamland" "riru_edxposed" "riru_edxposed_sandhook" "taichi"; do
for id in "riru_dreamland" "riru_edxposed" "riru_edxposed_sandhook" "taichi" "zygisk_jshook"; do
if [ -d "$MODULEDIR/$id" ] && [ ! -f "$MODULEDIR/$id/disable" ] && [ ! -f "$MODULEDIR/$id/remove" ]; then
ui_print "*********************************************************"
ui_print "! Please disable or uninstall incompatible frameworks:"