Update install.sh

This commit is contained in:
Stefan Pejcic
2025-03-09 15:39:13 +01:00
committed by GitHub
parent 2c00d05bf1
commit 7a143f9816

View File

@@ -180,7 +180,7 @@ get_server_ipv4(){
set_version_to_install(){
if [ "$CUSTOM_VERSION" = false ]; then
PANEL_VERSION="1.1.0"
PANEL_VERSION="1.1.2"
fi
}