|
|
@@ -182,7 +182,7 @@ jobs:
|
|
|
if [ -n "${{ inputs.ksu_commit }}" ]; then
|
|
|
curl -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/stable/kernel/setup.sh" | bash -s "${{ inputs.ksu_commit }}"
|
|
|
else
|
|
|
- curl -LSs "https://raw.githubusercontent.com/WildKernels/KernelSU-Next/wild/kernel/setup.sh" | bash -s wild
|
|
|
+ curl -LSs "https://raw.githubusercontent.com/pershoot/KernelSU-Next/dev-susfs/kernel/setup.sh" | bash -s dev-susfs
|
|
|
fi
|
|
|
;;
|
|
|
KSU)
|
|
|
@@ -402,10 +402,6 @@ jobs:
|
|
|
cat >> "${{ env.DEFCONFIG }}" << 'EOF'
|
|
|
# KernelSU Configuration
|
|
|
CONFIG_KSU=y
|
|
|
-
|
|
|
- CONFIG_KPROBES=y
|
|
|
- CONFIG_HAVE_KPROBES=y
|
|
|
- CONFIG_KPROBE_EVENTS=y
|
|
|
|
|
|
CONFIG_KSU_SUSFS=y
|
|
|
|