File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,17 @@ runs:
287287 set -euo pipefail
288288 cd "$CONFIG/kernel_platform/common"
289289 patch -p1 < ../../../kernel_patches/next/scope_min_manual_hooks_v1.4.patch
290-
290+
291+ - name : Apply my personal random patches
292+ shell : bash
293+ run : |
294+ set -euo pipefail
295+ cd "$CONFIG/kernel_platform/common"
296+ curl -Ls "https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/random_qstr.patch" | patch -p1 --forward
297+ curl -Ls "https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/susfs_experiments/xx_maps_sus_kernel.patch" | patch -p1 --forward
298+ cd "../KernelSU-Next"
299+ curl -Ls "https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/susfs_experiments/xx_maps_ksu.patch" | patch -p1 --forward
300+
291301 - name : Add KernelSU-Next and SUSFS Configuration Settings
292302 shell : bash
293303 run : |
You can’t perform that action at this time.
0 commit comments