Skip to content

Commit 12db76d

Browse files
authored
Feat:Keep Setup KernelSU to use v0.9.5
1 parent 69cf848 commit 12db76d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/kernel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
fi
243243
244244
# Apply new KernelSU patches
245-
curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -s main
245+
curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -s v0.9.5
246246
247247
echo -e "CONFIG_KPROBES=y" >> arch/${{ env.ARCH }}/configs/${{ env.KERNEL_DEFCONFIG_PATH }}
248248
echo -e "CONFIG_HAVE_KPROBES=y" >> arch/${{ env.ARCH }}/configs/${{ env.KERNEL_DEFCONFIG_PATH }}

0 commit comments

Comments
 (0)