We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8847a28 commit c1392a8Copy full SHA for c1392a8
.github/actions/action.yml
@@ -294,10 +294,7 @@ runs:
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
-
+
301
- name: Add KernelSU-Next and SUSFS Configuration Settings
302
shell: bash
303
run: |
0 commit comments