ksu next kaboom

This commit is contained in:
Phapoom Saksri 2025-06-26 15:26:40 +07:00 committed by GitHub
parent 7bfbdef97e
commit c6ea00c1fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"