CI: Install netcat-openbsd on Debian.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 22 Jan 2022 21:31:16 +0000 (22:31 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 24 Jan 2022 00:07:21 +0000 (01:07 +0100)
.ci/deps.sh

index 8302d71..096f993 100755 (executable)
@@ -24,7 +24,7 @@ deps_linux_debian() {
   apt-get upgrade -y
 
   apt-get install -y \
-    git binutils make autoconf automake gcc diffutils sudo texinfo netcat procps socat \
+    git binutils make autoconf automake gcc diffutils sudo texinfo netcat-openbsd procps socat \
     zlib1g-dev:"$HOST" \
     libssl-dev:"$HOST" \
     liblzo2-dev:"$HOST" \