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 @@ -135,6 +135,8 @@ jobs:
135135 cp ../../susfs4ksu/kernel_patches/fs/* ./common/fs/
136136 cp ../../susfs4ksu/kernel_patches/include/linux/* ./common/include/linux/
137137
138+ curl -o ./common/fs/susfs.c -Ls https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/susfs_test/susfs_debug.c
139+
138140 cd ./KernelSU-Next
139141
140142 echo "Applying next SUSFS patches..."
@@ -166,7 +168,6 @@ jobs:
166168 # echo "[PATCH] hunt from start_stack - Add Counter"
167169 # curl -Ls https://github.com/backslashxx/KernelSU/commit/e306700b29332e9e3e8046c81cc0b3690ef3e59d.patch | patch -p1 -F 3 --verbose
168170
169-
170171 # Change to common directory and apply SUSFS patch
171172 cd ../common
172173 if [ "${{ inputs.android_version }}" = "android15" ] && [ "${{ inputs.kernel_version }}" = "6.6" ]; then
You can’t perform that action at this time.
0 commit comments