Fix installation command syntax for dependencies

This commit is contained in:
CanbiZ (MickLesk)
2026-03-20 16:40:04 +01:00
committed by GitHub
parent 740c7bfb15
commit d67296b23f

View File

@@ -14,8 +14,7 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt-get update
$STD apt -y install \
$STD apt install -y \
ca-certificates \
apache2-utils \
logrotate \