From 481b929bbefbcb38b2f7972bf83f083c9f2941ce Mon Sep 17 00:00:00 2001 From: snake-4 <18491360+snake-4@users.noreply.github.com> Date: Sun, 3 Mar 2024 19:42:51 +0100 Subject: [PATCH] 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. --- module/template/customize.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/module/template/customize.sh b/module/template/customize.sh index 3de5b62..61ca2f5 100644 --- a/module/template/customize.sh +++ b/module/template/customize.sh @@ -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"