From 3116c7a0ccf5526f0723659288af4eff7c17d040 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:46:03 +0200 Subject: [PATCH] Update itsmng.sh --- ct/itsmng.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/itsmng.sh b/ct/itsmng.sh index b0117b05..b7a2ff98 100644 --- a/ct/itsmng.sh +++ b/ct/itsmng.sh @@ -5,7 +5,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://itsm-ng.com/ -APP="itsmng" +APP="ITSM-NG" var_tags="${var_tags:-asset-management;foss}" var_cpu="${var_cpu:-2}" var_ram="${var_ram:-2048}" @@ -30,9 +30,9 @@ function update_script() { fi msg_info "Updating ${APP} LXC" - $STD apt-get update - $STD apt-get -y upgrade - msg_ok "Updated Successfully" + $STD apt-get update + $STD apt-get -y upgrade + msg_ok "Updated Successfully" exit }