mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-12-11 05:47:13 -06:00
add redis
This commit is contained in:
parent
96dc87ddd5
commit
8b858f4a65
@ -14,9 +14,10 @@ network_check
|
|||||||
update_os
|
update_os
|
||||||
|
|
||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
$STD apt-get install -y \
|
$STD apt install -y \
|
||||||
git \
|
git \
|
||||||
openssl
|
openssl \
|
||||||
|
redis
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_warn "WARNING: This script will run an external installer from a third-party source (https://dokploy.com/)."
|
msg_warn "WARNING: This script will run an external installer from a third-party source (https://dokploy.com/)."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user