We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9867bb8 + 12db76d commit 8c3c69cCopy full SHA for 8c3c69c
1 file changed
.github/workflows/kernel.yml
@@ -242,7 +242,7 @@ jobs:
242
fi
243
244
# Apply new KernelSU patches
245
- curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -s main
+ curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -s v0.9.5
246
247
echo -e "CONFIG_KPROBES=y" >> arch/${{ env.ARCH }}/configs/${{ env.KERNEL_DEFCONFIG_PATH }}
248
echo -e "CONFIG_HAVE_KPROBES=y" >> arch/${{ env.ARCH }}/configs/${{ env.KERNEL_DEFCONFIG_PATH }}
0 commit comments