Skip to content

Commit 81373f8

Browse files
committed
Fix counter patch
1 parent 5b9a3d7 commit 81373f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
curl -Ls https://github.com/backslashxx/KernelSU/commit/939f0fb1398355e18280a685f5944aad8052a372.patch | patch -p1 -F 3 --verbose
165165
# add counter
166166
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
167+
curl -Ls https://github.com/backslashxx/KernelSU/commit/e306700b29332e9e3e8046c81cc0b3690ef3e59d.patch | patch -p1 -F 3 --verbose
168168
169169
170170
# Change to common directory and apply SUSFS patch

0 commit comments

Comments
 (0)