This commit is contained in:
CanbiZ (MickLesk) 2026-02-03 13:55:50 +01:00
parent e91972e02c
commit df450f9cc9
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE
# Source: https://nginxui.com
APP="Nginx UI"
APP="Nginx-UI"
var_tags="${var_tags:-webserver;nginx;proxy}"
var_cpu="${var_cpu:-1}"
var_ram="${var_ram:-512}"

View File

@ -14,7 +14,7 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt-get install -y \
$STD apt install -y \
nginx \
logrotate
msg_ok "Installed Dependencies"