Ortaic Install

The customer install script lives at /install.sh.

Run it with:

curl -fsSL https://install.ortaic.com | sudo bash -s -- \
    --domain example.com \
    --license-key XXXX-XXXX-XXXX-XXXX

The script is signed by the mothership and contains its own templates inline so it works in pure curl | bash mode.