Skip to content

Commit 65a478d

Browse files
Update KernelSU Next source URL in action.yml
1 parent bccc0c6 commit 65a478d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/build-kernel/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -870,9 +870,9 @@ runs:
870870
echo "Adding KernelSU Next..."
871871
KSU_INPUT="${{ inputs.ksu_branch_or_hash }}"
872872
if [ -z "$KSU_INPUT" ]; then
873-
curl --fail --location --proto '=https' -LSs "https://raw.githubusercontent.com/pratikkabra143/KurisuNext/dev/kernel/setup.sh" | bash -
873+
curl --fail --location --proto '=https' -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/refs/heads/dev/kernel/setup.sh" | bash -
874874
else
875-
curl --fail --location --proto '=https' -LSs "https://raw.githubusercontent.com/pratikkabra143/KurisuNext/dev/kernel/setup.sh" | bash -s "$KSU_INPUT"
875+
curl --fail --location --proto '=https' -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/refs/heads/dev/kernel/setup.sh" | bash -s "$KSU_INPUT"
876876
fi
877877
git submodule update --init --recursive
878878
cd KernelSU-Next/kernel

0 commit comments

Comments
 (0)