Skip to content

Commit

Permalink
Update customize.sh (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arc157 authored Apr 28, 2024
1 parent 7b2db83 commit 7ce6692
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions template/magisk_module/customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ if [ ! -f $BUSYBOX_BIN ]; then
BUSYBOX_BIN=/data/adb/ksu/bin/busybox
fi

if [ ! -f $BUSYBOX_BIN ]; then
BUSYBOX_BIN=/data/adb/ap/bin/busybox
fi

if [ ! -f $BUSYBOX_BIN ]; then
abort "! unable to locate busybox"
fi
Expand Down

0 comments on commit 7ce6692

Please sign in to comment.