Update INSTALL.sh

This commit is contained in:
Stefan Pejcic
2024-06-04 16:01:43 +02:00
committed by GitHub
parent 1191cec531
commit 7f39279635

View File

@@ -190,7 +190,7 @@ fi
if [ "$CUSTOM_VERSION" = false ]; then
# Fetch the latest version
version=$(curl -s https://update.openpanel.co/)
version=$(curl -s https://get.openpanel.co/version)
if [[ $version =~ [0-9]+\.[0-9]+\.[0-9]+ ]]; then
version=$version
else