GitHub Pages shortlink for the Lightbits installer bootstrap script.
install.sh is a manually-synced copy of the script served at
https://github.com/LightBitsLabs/lightbits-installer-releases/releases/latest/download/install.sh.
It downloads and runs the latest lightbits-installer release; the OS/arch
detection and download logic live in the script itself, not here.
Usage:
curl -sL https://lightbitslabs.github.io/install.sh | shThis copy is not auto-synced with releases yet — re-run the copy step
below after any change to install.sh in the lightbits-installer repo:
curl -sL https://github.com/LightBitsLabs/lightbits-installer-releases/releases/latest/download/install.sh -o install.sh
git commit -am "sync install.sh with latest release"
git push