From ea6bffa79f0eea9d5bbf34c5d6220d5cf69bb580 Mon Sep 17 00:00:00 2001 From: Bas van den Berg <74251551+bvdberg01@users.noreply.github.com> Date: Sun, 20 Jul 2025 13:23:52 +0200 Subject: [PATCH] Update ots-install.sh --- install/ots-install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install/ots-install.sh b/install/ots-install.sh index 2c6b5f24..8ff32768 100644 --- a/install/ots-install.sh +++ b/install/ots-install.sh @@ -15,9 +15,7 @@ update_os msg_info "Installing Dependencies" $STD apt-get install -y \ - caddy \ - apt-transport-https \ - ca-certificates + redis-server msg_ok "Installed Dependencies" msg_info "Installing OTS"