From ddf62811518419cbc7ae2386512bb814154a37bb 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:00 +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 6e8dbb76..ef944f8c 100644 --- a/install/ots-install.sh +++ b/install/ots-install.sh @@ -15,7 +15,8 @@ update_os msg_info "Installing Dependencies" $STD apt-get install -y \ - redis-server + redis-server \ + nginx msg_ok "Installed Dependencies" msg_info "Installing OTS"