🐧 Linux
curl -kfsSL https://192.168.2.100:51239/deploy | sudo bash
LAN
curl -kfsSL https://100.100.192.93:51239/deploy | sudo bash
Tailscale
curl -kfsSL https://fleet.9cat.win/deploy | sudo bash
Domain
🖥 Windows
curl.exe -k -o deploy.ps1 https://192.168.2.100:51239/deploy.ps1; powershell -ExecutionPolicy Bypass -File deploy.ps1
LAN
curl.exe -k -o deploy.ps1 https://75.157.212.231:51239/deploy.ps1; powershell -ExecutionPolicy Bypass -File deploy.ps1
Public
curl.exe -k -o deploy.ps1 https://fleet.9cat.win/deploy.ps1; powershell -ExecutionPolicy Bypass -File deploy.ps1
Domain
🍎 macOS
curl -kfsSL https://192.168.2.100:51239/deploy | sudo bash
LAN
curl -kfsSL https://100.100.192.93:51239/deploy | sudo bash
Tailscale
curl -kfsSL https://fleet.9cat.win/deploy | sudo bash
Domain
Run as root / Administrator. The same Linux script works on macOS.