mirror of
https://github.com/openwrt/packages.git
synced 2025-09-18 12:29:49 +00:00
Fixes: 8ccace5af
("adguardhome: add CI version check")
Signed-off-by: George Sapkin <george@sapk.in>
4 lines
58 B
Bash
Executable File
4 lines
58 B
Bash
Executable File
#!/bin/sh
|
|
|
|
AdGuardHome --version | grep -F "$PKG_VERSION"
|