mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update INSTALL.sh
This commit is contained in:
parent
dc79d257a4
commit
ff2109c8e5
@ -5,7 +5,7 @@
|
|||||||
# Usage: cd /home && (curl -sSL https://get.openpanel.co || wget -O - https://get.openpanel.co) | bash
|
# Usage: cd /home && (curl -sSL https://get.openpanel.co || wget -O - https://get.openpanel.co) | bash
|
||||||
# Author: Stefan Pejcic
|
# Author: Stefan Pejcic
|
||||||
# Created: 11.07.2023
|
# Created: 11.07.2023
|
||||||
# Last Modified: 16.07.2024
|
# Last Modified: 23.07.2024
|
||||||
# Company: openpanel.co
|
# Company: openpanel.co
|
||||||
# Copyright (c) OPENPANEL
|
# Copyright (c) OPENPANEL
|
||||||
#
|
#
|
||||||
@ -167,7 +167,7 @@ if [ "$CUSTOM_VERSION" = false ]; then
|
|||||||
if [[ $version =~ [0-9]+\.[0-9]+\.[0-9]+ ]]; then
|
if [[ $version =~ [0-9]+\.[0-9]+\.[0-9]+ ]]; then
|
||||||
version=$version
|
version=$version
|
||||||
else
|
else
|
||||||
version="0.2.2"
|
version="0.2.3"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user