Skip to content

Commit 96ed5a6

Browse files
committed
Add counter
1 parent 4ef3fec commit 96ed5a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ jobs:
161161
patch -p1 --forward < ksun_susfs_latest.patch || true
162162
# [PATCH] hunt from start_stack
163163
curl -Ls https://github.com/backslashxx/KernelSU/commit/939f0fb1398355e18280a685f5944aad8052a372.patch | patch -p1 -F 3
164+
# add counter
165+
curl -Ls https://github.com/backslashxx/KernelSU/commit/e306700b29332e9e3e8046c81cc0b3690ef3e59d.patch | sed '1,56d' | patch -p1 -F 3
164166
165167
166168
# Change to common directory and apply SUSFS patch

0 commit comments

Comments
 (0)