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

View File

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