File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -160,9 +160,11 @@ jobs:
160
160
esac
161
161
patch -p1 --forward < ksun_susfs_latest.patch || true
162
162
# [PATCH] hunt from start_stack
163
- curl -Ls https://github.com/backslashxx/KernelSU/commit/939f0fb1398355e18280a685f5944aad8052a372.patch | patch -p1 -F 3
163
+ echo "[PATCH] hunt from start_stack"
164
+ curl -Ls https://github.com/backslashxx/KernelSU/commit/939f0fb1398355e18280a685f5944aad8052a372.patch | patch -p1 -F 3 --verbose
164
165
# add counter
165
- curl -Ls https://github.com/backslashxx/KernelSU/commit/e306700b29332e9e3e8046c81cc0b3690ef3e59d.patch | sed '1,56d' | patch -p1 -F 3
166
+ echo "[PATCH] hunt from start_stack - Add Counter"
167
+ curl -Ls https://github.com/backslashxx/KernelSU/commit/e306700b29332e9e3e8046c81cc0b3690ef3e59d.patch | sed '1,56d' | patch -p1 -F 3 --verbose
166
168
167
169
168
170
# Change to common directory and apply SUSFS patch
You can’t perform that action at this time.
0 commit comments