From 809c7c6f4a7e78a04941c969dfc27501a98c12d2 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 12 Sep 2024 13:27:04 +0200 Subject: [PATCH] Update INSTALL.sh --- version/0.2.9/INSTALL.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/version/0.2.9/INSTALL.sh b/version/0.2.9/INSTALL.sh index d0f4eb16..c82293f7 100644 --- a/version/0.2.9/INSTALL.sh +++ b/version/0.2.9/INSTALL.sh @@ -10,7 +10,7 @@ # Usage: bash <(curl -sSL https://openpanel.org) # Author: Stefan Pejcic # Created: 11.07.2023 -# Last Modified: 06.09.2024 +# Last Modified: 12.09.2024 # ################################################################################ @@ -215,7 +215,7 @@ set_version_to_install(){ if [[ $PANEL_VERSION =~ [0-9]+\.[0-9]+\.[0-9]+ ]]; then PANEL_VERSION=$PANEL_VERSION else - PANEL_VERSION="0.2.8" + PANEL_VERSION="0.2.9" fi fi } @@ -1465,11 +1465,6 @@ debug_log docker run -it --rm \ -c 'rndc-confgen -a -A hmac-sha256 -b 256 -c /etc/bind/rndc.key' chmod 0777 -R /etc/bind - - -# temporary for 0.2.8 only! -cd /root && docker compose up -d bind9 - }