From 0843cd8363a3fed19ad2b19518d1ef46704fc74a Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 18 Apr 2026 18:52:07 +0200 Subject: [PATCH 1/3] Create beta_version.txt --- beta_version.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 beta_version.txt diff --git a/beta_version.txt b/beta_version.txt new file mode 100644 index 00000000..867e5243 --- /dev/null +++ b/beta_version.txt @@ -0,0 +1 @@ +1.2.0 \ No newline at end of file From 74fcd7d569be03d41af6851fbdd4724f243faaf0 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 18 Apr 2026 18:53:31 +0200 Subject: [PATCH 2/3] Update beta_version.txt --- beta_version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beta_version.txt b/beta_version.txt index 867e5243..02e184e7 100644 --- a/beta_version.txt +++ b/beta_version.txt @@ -1 +1 @@ -1.2.0 \ No newline at end of file +1.1.9.5 \ No newline at end of file From d3e91b5d0670850af35bd1b455a662c17bf2ee1d Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 18 Apr 2026 19:00:08 +0200 Subject: [PATCH 3/3] 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