Install the CLI from tofupilot.app
Some corporate networks block the tofupilot.sh domain, so a station could not install or update the CLI without an IT ticket. Everything a station needs now lives under one domain that stations already reach for the API.
- Moved the CLI installer to
curl -fsSL https://tofupilot.app/install | sh(andinstall.ps1for Windows), with binaries, updates and the Python runtime mirror served fromdl.tofupilot.appandget.tofupilot.app - Moved the self-hosted deploy script to
curl -fsSL https://www.tofupilot.com/deploy | bash, the domain the license check already uses - Updated the station page, Orbit, docs and FAQ to the new commands; the firewall allowlist for a station is now
*.tofupilot.app
The tofupilot.sh commands keep working, and installed stations update themselves without any change.
