From: Guus Sliepen Date: Wed, 1 Apr 2026 20:55:40 +0000 (+0200) Subject: Fix deps.sh script X-Git-Url: https://www.tinc-vpn.org/git/?a=commitdiff_plain;h=172da73ceafee3fa54a67d917908ea636bee40cb;p=tinc Fix deps.sh script --- diff --git a/.ci/deps.sh b/.ci/deps.sh index 999357b8..9c35f07b 100755 --- a/.ci/deps.sh +++ b/.ci/deps.sh @@ -49,8 +49,6 @@ deps_linux_debian_linux() { if [ -n "$HOST" ]; then apt-get install -y crossbuild-essential-"$HOST" qemu-user - else - linux_openssl3 fi }