From: Guus Sliepen Date: Sat, 22 Jan 2022 21:31:16 +0000 (+0100) Subject: CI: Install netcat-openbsd on Debian. X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=7b8e06bde9b32a46b9b129d14886cb0fe0d52118 CI: Install netcat-openbsd on Debian. --- diff --git a/.ci/deps.sh b/.ci/deps.sh index 8302d71f..096f9934 100755 --- a/.ci/deps.sh +++ b/.ci/deps.sh @@ -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" \