adguardhome: add CI version check
authorGeorge Sapkin <[email protected]>
Sun, 16 Mar 2025 15:08:36 +0000 (17:08 +0200)
committerTianling 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]

diff --git a/net/adguardhome/test.sh b/net/adguardhome/test.sh
new file mode 100755 (executable)
index 0000000..434da12
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+AdGuardHome --version 2>&1 | cut -d' ' -f4 | grep "${PKG_VERSION}"