From bebc562a6516326186881a2b82fbd5fa7c78f1e5 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:42:35 +0200 Subject: [PATCH] Update inventree.sh --- ct/inventree.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/inventree.sh b/ct/inventree.sh index 5c22d2456..f59fffa5c 100644 --- a/ct/inventree.sh +++ b/ct/inventree.sh @@ -29,8 +29,8 @@ function update_script() { exit fi msg_info "Updating $APP" - $STD apt update - $STD apt install --only-upgrade inventree -y + $STD apt-get update + $STD apt-get install --only-upgrade inventree -y msg_ok "Updated $APP" exit }