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 }