Update install.sh

This commit is contained in:
Stefan Pejcic
2025-03-31 16:26:24 +02:00
committed by GitHub
parent 959adac5a6
commit 5543c509a3

View File

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