Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-10-10 13:56:56 +02:00 committed by GitHub
parent d32aca0523
commit 25e9a3499f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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