Update install.sh

This commit is contained in:
Stefan Pejcic 2025-03-25 11:11:41 +01:00 committed by GitHub
parent 03fa4601f0
commit 74d9eef9b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -182,7 +182,7 @@ get_server_ipv4(){
set_version_to_install(){ set_version_to_install(){
if [ "$CUSTOM_VERSION" = false ]; then if [ "$CUSTOM_VERSION" = false ]; then
PANEL_VERSION="1.1.4" PANEL_VERSION="1.1.6"
fi fi
} }