ksu next kaboom
This commit is contained in:
parent
7bfbdef97e
commit
c6ea00c1fc
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -149,9 +149,9 @@ fi
|
|||
|
||||
|
||||
if [ "$SUSFS4KSU" = "true" ]; then
|
||||
curl -LSs $SUSFS_SETUP_SCRIPT | bash -s next
|
||||
curl -LSs $SUSFS_SETUP_SCRIPT | bash
|
||||
else
|
||||
[ "$KERNELSU" = "true" ] && curl -LSs $DEFAULT_KSU_REPO | bash -s next || pr_info "KernelSU Next is disabled. Add 'KERNELSU=true' or 'export KERNELSU=true' to enable"
|
||||
[ "$KERNELSU" = "true" ] && curl -LSs $DEFAULT_KSU_REPO | bash || pr_info "KernelSU Next is disabled. Add 'KERNELSU=true' or 'export KERNELSU=true' to enable"
|
||||
fi
|
||||
|
||||
BUILD_TARGET="$1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue