update: Zygisk Next -> ReZygisk

This commit changes the name of the project to not be the same as the original one, Zygisk Next.
This commit is contained in:
ThePedroo
2024-06-16 15:32:24 -03:00
parent b7adea736a
commit c50d89e28e
8 changed files with 15 additions and 15 deletions

View File

@@ -31,7 +31,7 @@ if [ "$BOOTMODE" ] && [ "$KSU" ]; then
if [ "$(which magisk)" ]; then
ui_print "*********************************************************"
ui_print "! Multiple root implementation is NOT supported!"
ui_print "! Please uninstall Magisk before installing Zygisk Next"
ui_print "! Please uninstall Magisk before installing ReZygisk"
abort "*********************************************************"
fi
elif [ "$BOOTMODE" ] && [ "$MAGISK_VER_CODE" ]; then
@@ -50,7 +50,7 @@ else
fi
VERSION=$(grep_prop version "${TMPDIR}/module.prop")
ui_print "- Installing Zygisk Next $VERSION"
ui_print "- Installing ReZygisk $VERSION"
# check android
if [ "$API" -lt 26 ]; then