#!/bin/bash set -euo pipefail echo "SendyKit Installer v0.1.0" echo "=========================" echo "" echo "This installer is under development." echo "Visit https://docs.sendykit.dev/self-hosted for manual installation." echo "" echo "Coming soon: automated detection of Sendy, license validation, binary download." exit 0