Skip to content

Commit 8b858f4

Browse files
authored
add redis
1 parent 96dc87d commit 8b858f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

install/dokploy-install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ network_check
1414
update_os
1515

1616
msg_info "Installing Dependencies"
17-
$STD apt-get install -y \
17+
$STD apt install -y \
1818
git \
19-
openssl
19+
openssl \
20+
redis
2021
msg_ok "Installed Dependencies"
2122

2223
msg_warn "WARNING: This script will run an external installer from a third-party source (https://dokploy.com/)."

0 commit comments

Comments
 (0)