Update ots-install.sh

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

View File

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