diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-08-27 19:14:51 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-08-27 19:14:51 +0200 |
commit | 7ff0e518e4f77a8aae385511a7d46ff32e06bb9c (patch) | |
tree | 2283cc1260da0781a020477adc502f3dc5dd87dc | |
parent | 78cb7b22886556b22ea39073abcba77b0f57a957 (diff) | |
download | monitoring-plugins-7ff0e518e4f77a8aae385511a7d46ff32e06bb9c.tar.gz |
Add libsnmp-dev to github action dependencies
-rwxr-xr-x | .github/prepare_debian.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/prepare_debian.sh b/.github/prepare_debian.sh index f7b6cf9f..b5cacd4a 100755 --- a/.github/prepare_debian.sh +++ b/.github/prepare_debian.sh | |||
@@ -24,6 +24,7 @@ apt-get -y install perl \ | |||
24 | libpq-dev \ | 24 | libpq-dev \ |
25 | libradcli-dev \ | 25 | libradcli-dev \ |
26 | libnet-snmp-perl \ | 26 | libnet-snmp-perl \ |
27 | libsnmp-dev \ | ||
27 | procps \ | 28 | procps \ |
28 | libdbi0-dev \ | 29 | libdbi0-dev \ |
29 | libdbd-sqlite3 \ | 30 | libdbd-sqlite3 \ |