#!/bin/bash
# fleet.command — double-click to put this Mac in the Fleet.
# Downloaded from https://esaruoho.org/fleet — runs the canonical installer,
# which builds Fleet.app (macOS 13+) or the lightweight responder (older Macs),
# then opens/launches it. Always fetches the current version.
echo "Joining the Fleet…"
curl -fsSL https://raw.githubusercontent.com/esaruoho/apple/main/fleet/install-fleet.sh | bash
echo
echo "Done. You can close this window."
