Update install.sh

This commit is contained in:
Stefan Pejcic 2025-03-17 18:44:49 +01:00 committed by GitHub
parent 6daaa792f0
commit 3e6d1cde88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -180,7 +180,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.2" PANEL_VERSION="1.1.4"
fi fi
} }