Update INSTALL.sh

This commit is contained in:
Stefan Pejcic
2024-07-23 11:46:58 +02:00
committed by GitHub
parent dc79d257a4
commit ff2109c8e5

View File

@@ -5,7 +5,7 @@
# Usage: cd /home && (curl -sSL https://get.openpanel.co || wget -O - https://get.openpanel.co) | bash
# Author: Stefan Pejcic
# Created: 11.07.2023
# Last Modified: 16.07.2024
# Last Modified: 23.07.2024
# Company: openpanel.co
# Copyright (c) OPENPANEL
#
@@ -167,7 +167,7 @@ if [ "$CUSTOM_VERSION" = false ]; then
if [[ $version =~ [0-9]+\.[0-9]+\.[0-9]+ ]]; then
version=$version
else
version="0.2.2"
version="0.2.3"
fi
fi