File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181
181
;;
182
182
"v1.5.8"|"v1.5.9")
183
183
cp ../../../susfs4ksu/kernel_patches/KernelSU/10_enable_susfs_for_ksu.patch ./
184
- patch -p1 --forward --fuzz=3 < 10_enable_susfs_for_ksu.patch # || true
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" ./
186
186
patch -p1 --forward --fuzz=3 < fix_apk_sign.c.patch
187
187
cp "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/fix_core_hook.c.patch" ./
@@ -190,6 +190,7 @@ jobs:
190
190
patch -p1 --forward --fuzz=3 < fix_selinux.c.patch
191
191
cp "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/fix_ksud.c.patch" ./
192
192
patch -p1 --forward --fuzz=3 < fix_ksud.c.patch
193
+ curl -Ls https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/fix_sucompat.patch | patch -F 3 --verbose
193
194
;;
194
195
*)
195
196
echo "Invalid version: $susfs_version"
You can’t perform that action at this time.
0 commit comments