Refactor: NZBGet (#10302)

This commit is contained in:
Slaviša Arežina
2025-12-25 15:21:41 +01:00
committed by GitHub
parent 9f1e214bc0
commit 0ece3263bd
2 changed files with 13 additions and 22 deletions

View File

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