From e9d72ac568894d3335d2aa85d27b09b3d2030ab3 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sat, 14 Jun 2025 16:50:59 +0200 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d2730c25..490599a1 100644 --- a/install.sh +++ b/install.sh @@ -182,7 +182,7 @@ set_version_to_install(){ PANEL_VERSION=$(echo "$response" | grep -o '"name":"[^"]*"' | head -n 1 | sed 's/"name":"\([^"]*\)"/\1/') fi if [[ ! "$PANEL_VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then - PANEL_VERSION="1.4.0" # fallback if hub.docker.com unreachable + PANEL_VERSION="1.4.1" # fallback if hub.docker.com unreachable fi fi }