#!/usr/bin/env bash
# Public terminal bootstrap for the dalSDR Linux bridge launcher.
set -euo pipefail

curl --proto '=https' --tlsv1.2 --fail --silent --show-error --location \
  https://dalsdr.fly.dev/bridge/run-linux-sdrplay.sh | bash
