|
|
@@ -265,11 +265,7 @@ jobs:
|
|
|
echo "Changing to configuration directory: $CONFIG..."
|
|
|
cd "$CONFIG/common"
|
|
|
|
|
|
- if [ "${{ inputs.kernelsu_variant }}" == "KSU" ]; then
|
|
|
- echo "Applying hooks for Official KernelSU..."
|
|
|
- cp ../../kernel_patches/hooks/ksu_hooks.patch ./
|
|
|
- patch -p1 -F 3 < ksu_hooks.patch
|
|
|
- elif [ "${{ inputs.kernelsu_variant }}" == "KSU_NEXT" ]; then
|
|
|
+ if [ "${{ inputs.kernelsu_variant }}" == "KSU_NEXT" ]; then
|
|
|
echo "Applying hooks for KernelSU-Next..."
|
|
|
cp ../../kernel_patches/next/syscall_hooks.patch ./
|
|
|
patch -p1 -F 3 < syscall_hooks.patch
|