From ac0fecdd9780fa4378b87b89f6a7dfbe4d8a773e Mon Sep 17 00:00:00 2001 From: Bas van den Berg <74251551+bvdberg01@users.noreply.github.com> Date: Mon, 28 Jul 2025 21:21:15 +0200 Subject: [PATCH] Update ots-install.sh --- install/ots-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/ots-install.sh b/install/ots-install.sh index ef944f8c..973cae89 100644 --- a/install/ots-install.sh +++ b/install/ots-install.sh @@ -16,7 +16,8 @@ update_os msg_info "Installing Dependencies" $STD apt-get install -y \ redis-server \ - nginx + nginx \ + openssl msg_ok "Installed Dependencies" msg_info "Installing OTS"