From d3e91b5d0670850af35bd1b455a662c17bf2ee1d Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 18 Apr 2026 19:00:08 +0200 Subject: [PATCH] Update menu --- menu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/menu b/menu index a4ce9f38..8afee987 100644 --- a/menu +++ b/menu @@ -80,6 +80,7 @@ check_updates_stable() { if curl -fsSL "$INSTALL_URL" -o "$INSTALL_SCRIPT"; then chmod +x "$INSTALL_SCRIPT" bash "$INSTALL_SCRIPT" --update + return 0 fi fi } @@ -111,6 +112,7 @@ check_updates_beta() { if curl -fsSL "$REPO_DEVELOP/install_proxmenux_beta.sh" -o "$INSTALL_BETA_SCRIPT"; then chmod +x "$INSTALL_BETA_SCRIPT" bash "$INSTALL_BETA_SCRIPT" --update + return 0 else msg_error "Could not download the beta installer from the develop branch." fi