This commit is contained in:
Slaviša Arežina
2025-12-17 16:31:39 +01:00
committed by GitHub
parent 82cdcf7bfe
commit b3629b47da
2 changed files with 13 additions and 15 deletions

View File

@@ -27,9 +27,10 @@ function update_script() {
msg_error "No ${APP} Installation Found!"
exit
fi
msg_info "Updating $APP LXC"
$STD apt update
$STD apt -y upgrade
$STD apt upgrade -y
msg_ok "Updated $APP LXC"
msg_ok "Updated successfully!"
exit