8 lines
289 B
Bash
Executable File
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)
|