Files
BridgeSwarm/scripts/web-installer.sh
T
Raven Scott 61d6741d4d
CI / Build & Test (push) Successful in 8m8s
Install URL
2026-07-27 01:55:03 -04:00

8 lines
289 B
Bash
Executable File

#!/usr/bin/env bash
# BridgeSwarm — Web Installer (macOS / Linux)
# Downloads the native host binary and extension from the latest Gitea release.
#
# Usage:
# curl -fsSL https://install-bridgeswarm.honeypeer.com | bash
exec bash <(curl -fsSL https://install-bridgeswarm.honeypeer.com)