projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a50c57
)
adguardhome: add CI version check
author
George Sapkin
<
[email protected]
>
Sun, 16 Mar 2025 15:08:36 +0000
(17:08 +0200)
committer
Tianling Shen
<
[email protected]
>
Sun, 23 Mar 2025 10:21:07 +0000
(18:21 +0800)
Signed-off-by: George Sapkin <
[email protected]
>
net/adguardhome/test.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/net/adguardhome/test.sh
b/net/adguardhome/test.sh
new file mode 100755
(executable)
index 0000000..
434da12
--- /dev/null
+++ b/
net/adguardhome/test.sh
@@ -0,0
+1,3
@@
+#!/bin/sh
+
+AdGuardHome --version 2>&1 | cut -d' ' -f4 | grep "${PKG_VERSION}"