From 82b5bd11e6ee9ba704c7fe3061d4e7a5063c8dca Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 10 Jun 2025 21:32:55 +0200 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 9a38a97a..555a643b 100644 --- a/install.sh +++ b/install.sh @@ -10,7 +10,7 @@ # Usage: bash <(curl -sSL https://openpanel.org) # Author: Stefan Pejcic # Created: 11.07.2023 -# Last Modified: 09.06.2025 +# Last Modified: 10.06.2025 # ################################################################################ @@ -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.3.8" # fallback if hub.docker.com unreachable + PANEL_VERSION="1.3.9" # fallback if hub.docker.com unreachable fi fi }