From c287606b8dcb26683d0088ec8c0f86cedc4e0742 Mon Sep 17 00:00:00 2001 From: binhex Date: Sun, 6 Nov 2022 09:32:02 +0000 Subject: [PATCH] attempt to fix missing crypto --- build/root/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/root/install.sh b/build/root/install.sh index 1c3a03b..80c63a1 100644 --- a/build/root/install.sh +++ b/build/root/install.sh @@ -34,7 +34,7 @@ pacman -S rsync --noconfirm source upd.sh # define pacman packages -pacman_packages="qbittorrent-nox python geoip" +pacman_packages="openssl-1.1 qbittorrent-nox python geoip" # install compiled packages using pacman if [[ ! -z "${pacman_packages}" ]]; then