Update inventree.sh

This commit is contained in:
CanbiZ 2025-10-23 15:42:35 +02:00
parent 801f27c54a
commit bebc562a65

View File

@ -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
}