You've already forked Zygisk-Assistant
mirror of
https://github.com/snake-4/Zygisk-Assistant.git
synced 2025-09-06 06:37:02 +00:00
Added KernelSU support in customize.sh
The module should be installable from the recovery if the data is not encrypted so the check is removed.
This commit is contained in:
@@ -1,17 +1,7 @@
|
||||
SKIPUNZIP=1
|
||||
|
||||
DEBUG=@DEBUG@
|
||||
SONAME=@SONAME@
|
||||
|
||||
if [ "$BOOTMODE" ] && [ "$APATCH" ]; then
|
||||
ui_print "- Installing from APatch app"
|
||||
else
|
||||
ui_print "*********************************************************"
|
||||
ui_print "! Install from recovery is not supported"
|
||||
ui_print "! Please install from APatch app"
|
||||
abort "*********************************************************"
|
||||
fi
|
||||
|
||||
VERSION=$(grep_prop version "${TMPDIR}/module.prop")
|
||||
ui_print "- Installing $SONAME $VERSION"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user