Simplify dependency installation in script

This commit is contained in:
Bas van den Berg 2025-09-19 21:12:02 +02:00 committed by GitHub
parent 566230585b
commit 129afe83d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,9 +15,7 @@ update_os
msg_info "Installing Dependencies"
$STD apt-get install -y \
apt-transport-https \
build-essential \
ca-certificates \
libpq-dev \
nginx
msg_ok "Installed Dependencies"