This reverts commit 7bcdeb1875.
This commit is contained in:
parent
7bcdeb1875
commit
2785ec3e32
|
|
@ -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:"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue