File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179
179
"v1.5.5"|"v1.5.6"|"v1.5.7")
180
180
cp "../../../kernel_patches/next/0001-kernel-implement-susfs-v1.5.5-v1.5.7-KSUN-v1.0.8.patch" "./ksun_susfs_latest.patch"
181
181
;;
182
- "v1.5.8"
182
+ "v1.5.8")
183
183
cp ../../../susfs4ksu/kernel_patches/KernelSU/10_enable_susfs_for_ksu.patch ./
184
184
patch -p1 --forward --fuzz=3 < 10_enable_susfs_for_ksu.patch || true
185
185
cp "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/fix_apk_sign.c.patch" ./
@@ -203,7 +203,7 @@ jobs:
203
203
cp "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/fix_ksud.c.patch" ./
204
204
patch -p1 --forward --fuzz=3 < fix_ksud.c.patch
205
205
cp "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/fix_rules.c.patch" ./
206
- patch -p1 --forward --fuzz=3 < fix_ksud .c.patch
206
+ patch -p1 --forward --fuzz=3 < fix_rules .c.patch
207
207
curl -Ls https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/fix_sucompat.patch | patch -p1 -F 3 --verbose
208
208
;;
209
209
*)
You can’t perform that action at this time.
0 commit comments