From 070cce84f28c61b8a775252ad4cb1b04a02829ab Mon Sep 17 00:00:00 2001 From: Load Accumulator Date: Thu, 2 Nov 2023 20:30:33 +0100 Subject: [PATCH] [FIX] Install SSL headers on Debian --- setup | 1 + 1 file changed, 1 insertion(+) diff --git a/setup b/setup index dc3249e..6193bbe 100755 --- a/setup +++ b/setup @@ -47,6 +47,7 @@ install_ssl() { [ $SSL = 'libressl' ] && echo "::error:: LibreSSL is not on Debian" [ $SSL = 'libressl' ] && exit 1 install_pkg openssl + install_pkg libssl-dev ;; "Arch Linux") install_pkg $SSL