Skip to content

Commit

Permalink
Merge pull request #465 from ZQBCWG/main
Browse files Browse the repository at this point in the history
Fixed continue installing when magisk is not found
  • Loading branch information
chiteroman authored Nov 3, 2024
2 parents 290c5b4 + 224cf94 commit b6c6d6e
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 b6c6d6e

Please sign in to comment.