Skip to content

Commit

Permalink
Merge pull request #21 from vc-teahouse/luyanci-patch-1
Browse files Browse the repository at this point in the history
Keep Setup KernelSU use v0.9.5
  • Loading branch information
easterNday authored Jul 5, 2024
2 parents 9867bb8 + 12db76d commit 8c3c69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8c3c69c

Please sign in to comment.