Update INSTALL.sh

This commit is contained in:
Stefan Pejcic
2024-12-03 09:21:21 +01:00
committed by GitHub
parent 89317dc1fa
commit 2395dff889

View File

@@ -11,7 +11,7 @@
# Usage: bash <(curl -sSL https://openpanel.org)
# Author: Stefan Pejcic <stefan@pejcic.rs>
# Created: 11.07.2023
# Last Modified: 26.11.2024
# Last Modified: 03.12.2024
#
################################################################################
@@ -226,7 +226,7 @@ set_version_to_install(){
if [[ $PANEL_VERSION =~ [0-9]+\.[0-9]+\.[0-9]+ ]]; then
PANEL_VERSION=$PANEL_VERSION
else
PANEL_VERSION="0.3.6"
PANEL_VERSION="0.3.7"
fi
fi
}