Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ambatubash69 authored Dec 25, 2024
1 parent 86f5da6 commit ab9a27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ if [ "${USE_KSU_NEXT}" == "yes" ]; then
# Enable SUS🤨FS by default
GKI_VER=$(echo "$GKI_VERSION" | sed 's/ndroid//g')
KSU_NEXT_BRANCH=next-susfs-$GKI_VER
curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/refs/heads/${KSU_NEXT_BRANCH}/kernel/setup.sh" | sed "s/susfs-next-$GKI_VER/$KSU_NEXT_BRANCH/g"
curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/refs/heads/${KSU_NEXT_BRANCH}/kernel/setup.sh" | sed "s/susfs-next-$GKI_VER/$KSU_NEXT_BRANCH/g" | bash -
cd "$WORK_DIR/KernelSU-Next"
KSU_NEXT_VERSION=$(git describe --abbrev=0 --tags)
cd "$WORK_DIR"
Expand Down

0 comments on commit ab9a27b

Please sign in to comment.