Skip to content

Commit

Permalink
feat: added Apatch support (#1)
Browse files Browse the repository at this point in the history
Added Apatch support
  • Loading branch information
0xE0-rng authored Jul 2, 2024
1 parent 9e26bcb commit d869038
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions base/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ on_install() {
ui_print "- Installing from KernelSU app"
ui_print "- KernelSU version: $KSU_KERNEL_VER_CODE (kernel) + $KSU_VER_CODE (ksud)"
UNZIP="/data/adb/ksu/bin/busybox unzip"
elif [ "$BOOTMODE" ] && [ "$APATCH" ]; then
ui_print "- Installing from APatch app"
ui_print "- APatch version: $APATCH_VER_CODE. Magisk version: $MAGISK_VER_CODE"
UNZIP="/data/adb/ap/bin/busybox unzip"
elif [ "$BOOTMODE" ] && [ "$MAGISK_VER_CODE" ]; then
ui_print "- Installing from Magisk app"
ui_print "- Magisk version: $MAGISK_VER_CODE"
Expand Down

0 comments on commit d869038

Please sign in to comment.