Update ots-install.sh

This commit is contained in:
Bas van den Berg
2025-07-28 21:21:15 +02:00
committed by GitHub
parent ddf6281151
commit ac0fecdd97

View File

@@ -16,7 +16,8 @@ update_os
msg_info "Installing Dependencies"
$STD apt-get install -y \
redis-server \
nginx
nginx \
openssl
msg_ok "Installed Dependencies"
msg_info "Installing OTS"