File tree Expand file tree Collapse file tree
.github/actions/build-kernel Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments