Skip to content

Commit b65ac1f

Browse files
committed
Update KSUN Susfs patch: ksun_susfs_v1.5.7_patch_12647+.patch
1 parent 2a80110 commit b65ac1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
149149
if [ "${{ inputs.ksun_branch }}" == "stable" ] || [ "${{ inputs.ksun_branch }}" == "next" ]; then
150150
echo "Applying next SUSFS patches..."
151-
cp ../../../kernel_patches/next/0001-kernel-patch-susfs-v1.5.7-to-KernelSU-Next-v1.0.7.patch ./ksun_susfs_latest.patch
151+
cp ../../../kernel_patches/next/ksun_susfs_v1.5.7_patch_12647+.patch ./ksun_susfs_latest.patch
152152
patch -p1 --forward < ksun_susfs_latest.patch || true
153153
fi
154154

0 commit comments

Comments
 (0)