Use the official KernelSU repository URL and main branch instead of the wild fork to ensure stability and official support
@@ -224,7 +224,7 @@ jobs:
if [ -n "${{ inputs.ksu_commit }}" ]; then
curl -LSs "https://raw.githubusercontent.com/WildKernels/KernelSU/main/kernel/setup.sh" | bash -s "${{ inputs.ksu_commit }}"
else
- curl -LSs "https://raw.githubusercontent.com/WildKernels/KernelSU/main/kernel/setup.sh" | bash -s wild
+ curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -s main
fi
;;
esac