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/)."