From 8b858f4a65ef73248d6d9f84e1f192e6078070c3 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 10 Dec 2025 07:19:55 +0100 Subject: [PATCH] add redis --- install/dokploy-install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install/dokploy-install.sh b/install/dokploy-install.sh index b6eb239c3..f8d07f6c6 100644 --- a/install/dokploy-install.sh +++ b/install/dokploy-install.sh @@ -14,9 +14,10 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt-get install -y \ +$STD apt install -y \ git \ - openssl + openssl \ + redis msg_ok "Installed Dependencies" msg_warn "WARNING: This script will run an external installer from a third-party source (https://dokploy.com/)."