Skip to content

Commit aaada58

Browse files
authored
Update build.yml
1 parent 8b22c61 commit aaada58

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
cd "$CONFIG/kernel_platform"
9393
9494
echo "Adding KernelSU..."
95-
curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -s next
95+
curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -
9696
#cd ./KernelSU-Next/kernel
9797
#sed -i 's/ccflags-y += -DKSU_VERSION=16/ccflags-y += -DKSU_VERSION=12000/' ./Makefile
9898
KSU_VERSION=$(cd ./KernelSU-Next/kernel && git describe --tags --abbrev=0)
@@ -113,8 +113,8 @@ jobs:
113113
cd ./KernelSU-Next
114114
115115
echo "Applying next SUSFS patches..."
116-
cp ../../../kernel_patches/next/0001-kernel-patch-susfs-v1.5.5-to-KernelSU-Next-v1.0.5.patch ./
117-
patch -p1 --forward < 0001-kernel-patch-susfs-v1.5.5-to-KernelSU-Next-v1.0.5.patch || true
116+
cp ../../../kernel_patches/next/kernel-patch-susfs-v1.5.7-to-KernelSU-Next.patch ./
117+
patch -p1 --forward < kernel-patch-susfs-v1.5.7-to-KernelSU-Next.patch || true
118118
119119
# Change to common directory and apply SUSFS patch
120120
cd ../common
@@ -125,8 +125,8 @@ jobs:
125125
echo "Changing to configuration directory: $CONFIG..."
126126
cd "$CONFIG/kernel_platform/common"
127127
# Apply additional patch
128-
cp ../../../kernel_patches/next/next_hooks.patch ./
129-
patch -p1 --fuzz=3 < ./next_hooks.patch
128+
cp ../../../kernel_patches/next/syscall_hooks.patch ./
129+
patch -p1 --fuzz=3 < ./syscall_hooks.patch
130130
131131
- name: Apply Hide Stuff Patches
132132
run: |

0 commit comments

Comments
 (0)