From 277924c04d594b2d951a6c9b7fb3673618f86956 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 15 Nov 2025 23:48:50 +0100 Subject: [PATCH] Update menu --- menu | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/menu b/menu index 284f925..514e2b6 100644 --- a/menu +++ b/menu @@ -80,18 +80,9 @@ check_updates() { if curl "${CURL_OPTS[@]}" "$INSTALL_URL" -o "$INSTALL_SCRIPT"; then chmod +x "$INSTALL_SCRIPT" + source "$INSTALL_SCRIPT" - if bash "$INSTALL_SCRIPT" --update >/tmp/proxmenux-install.log 2>&1; then - exec "$0" - else - return 0 - fi - else - msg_warn "$(translate 'Unable to download the installer. Please try again later.')" fi - - else - msg_warn "$(translate 'Update postponed. You can update later from the menu.')" fi }