add redis

This commit is contained in:
CanbiZ 2025-12-10 07:19:55 +01:00 committed by GitHub
parent 96dc87ddd5
commit 8b858f4a65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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