From 12db76d2e2f10a8f6da4e1f60fc1310e43378d0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?YC=E9=85=B1luyancib?= <68143180+luyanci@users.noreply.github.com> Date: Sun, 2 Jun 2024 09:51:03 +0800 Subject: [PATCH] Feat:Keep Setup KernelSU to use v0.9.5 --- .github/workflows/kernel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kernel.yml b/.github/workflows/kernel.yml index 98cc2fb91..6a8cfb8dc 100644 --- a/.github/workflows/kernel.yml +++ b/.github/workflows/kernel.yml @@ -242,7 +242,7 @@ jobs: fi # Apply new KernelSU patches - 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 echo -e "CONFIG_KPROBES=y" >> arch/${{ env.ARCH }}/configs/${{ env.KERNEL_DEFCONFIG_PATH }} echo -e "CONFIG_HAVE_KPROBES=y" >> arch/${{ env.ARCH }}/configs/${{ env.KERNEL_DEFCONFIG_PATH }}