This commit is contained in:
Slaviša Arežina
2025-12-19 13:22:07 +01:00
committed by GitHub
parent 13c29e5c51
commit 5beb983b7f
2 changed files with 11 additions and 13 deletions
+4 -3
View File
@@ -27,10 +27,11 @@ function update_script() {
msg_error "No ${APP} Installation Found!"
exit
fi
msg_info "Updating ${APP}"
msg_info "Updating Proxmox-Mail-Gateway"
$STD apt update
$STD apt -y upgrade
msg_ok "Updated ${APP}"
$STD apt upgrade -y
msg_ok "Updated Proxmox-Mail-Gateway"
msg_ok "Updated successfully!"
exit
}