We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96dc87d commit 8b858f4Copy full SHA for 8b858f4
install/dokploy-install.sh
@@ -14,9 +14,10 @@ network_check
14
update_os
15
16
msg_info "Installing Dependencies"
17
-$STD apt-get install -y \
+$STD apt install -y \
18
git \
19
- openssl
+ openssl \
20
+ redis
21
msg_ok "Installed Dependencies"
22
23
msg_warn "WARNING: This script will run an external installer from a third-party source (https://dokploy.com/)."
0 commit comments