Skip to content

Commit

Permalink
Fixed continue installing when magisk is not found
Browse files Browse the repository at this point in the history
  • Loading branch information
ZQBCWG authored Oct 30, 2024
1 parent 290c5b4 commit 224cf94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions module/customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ fi
if [ ! -d "/data/adb/modules/zygisksu" ]; then
if [ -d "/data/adb/magisk" ]; then
[ ! "$(magisk --sqlite "SELECT value FROM settings WHERE key='zygisk';")" == "value=0" ] || abort "! Zygisk is not enabled. Please, enable Zygisk in Magisk settings or install ZygiskNext or ReZygisk module."
else
abort "! Zygisk is not enabled. Please, enable Zygisk in Magisk settings or install ZygiskNext or ReZygisk module."
fi
fi

Expand Down

0 comments on commit 224cf94

Please sign in to comment.