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:
181181 ;;
182182 "v1.5.8"|"v1.5.9")
183183 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
185185 cp "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/fix_apk_sign.c.patch" ./
186186 patch -p1 --forward --fuzz=3 < fix_apk_sign.c.patch
187187 cp "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/fix_core_hook.c.patch" ./
@@ -190,6 +190,7 @@ jobs:
190190 patch -p1 --forward --fuzz=3 < fix_selinux.c.patch
191191 cp "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/fix_ksud.c.patch" ./
192192 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
193194 ;;
194195 *)
195196 echo "Invalid version: $susfs_version"
You can’t perform that action at this time.
0 commit comments