diff options
author | rincewind <rincewind@vulgrim.de> | 2021-09-01 08:48:32 (GMT) |
---|---|---|
committer | rincewind <rincewind@vulgrim.de> | 2021-09-01 08:48:32 (GMT) |
commit | f29ba217d7521efda868551eab2866067615e49a (patch) | |
tree | 1690a20a00fc8534f232e07ed75d23fb71a2b1f2 | |
parent | e17c1e9ed95b8b9681dccd5a909ac5a02a04416c (diff) | |
download | monitoring-plugins-f29ba217d7521efda868551eab2866067615e49a.tar.gz |
Use netcat-openbsd for debian explicitelyrefs/pull/1704/head
-rwxr-xr-x | .github/prepare_debian.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/prepare_debian.sh b/.github/prepare_debian.sh index c68b9f5..4021c10 100755 --- a/.github/prepare_debian.sh +++ b/.github/prepare_debian.sh | |||
@@ -13,7 +13,7 @@ if [ $(lsb_release -is) = "Debian" ]; then | |||
13 | fi | 13 | fi |
14 | apt-get -y install perl autotools-dev libdbi-dev libldap2-dev libpq-dev libradcli-dev libnet-snmp-perl procps | 14 | apt-get -y install perl autotools-dev libdbi-dev libldap2-dev libpq-dev libradcli-dev libnet-snmp-perl procps |
15 | apt-get -y install libdbi0-dev libdbd-sqlite3 libssl-dev dnsutils snmp-mibs-downloader libsnmp-perl snmpd | 15 | apt-get -y install libdbi0-dev libdbd-sqlite3 libssl-dev dnsutils snmp-mibs-downloader libsnmp-perl snmpd |
16 | apt-get -y install fping snmp netcat smbclient vsftpd apache2 ssl-cert postfix libhttp-daemon-ssl-perl | 16 | apt-get -y install fping snmp netcat-openbsd smbclient vsftpd apache2 ssl-cert postfix libhttp-daemon-ssl-perl |
17 | apt-get -y install libdbd-sybase-perl libnet-dns-perl | 17 | apt-get -y install libdbd-sybase-perl libnet-dns-perl |
18 | apt-get -y install slapd ldap-utils | 18 | apt-get -y install slapd ldap-utils |
19 | apt-get -y install gcc make autoconf automake gettext | 19 | apt-get -y install gcc make autoconf automake gettext |