Set up BOS on Umbrel
- Requires Umbrel with
bitcoin
andlightning
apps installed.
- Download the script under Umbrel folder (usually
~/umbrel
)
curl -L https://github.com/jaonoctus/bos-umbrel-install/releases/download/v0.1.1/bos-umbrel-install.sh -o bos-umbrel-install.sh
- Verify the script (optional)
# download checksum
curl -L https://github.com/jaonoctus/bos-umbrel-install/releases/download/v0.1.1/SHA256SUM -o SHA256SUM
# download signature
curl -L https://github.com/jaonoctus/bos-umbrel-install/releases/download/v0.1.1/SHA256SUM.asc -o SHA256SUM.asc
# import my key
gpg --keyserver keyserver.ubuntu.com --recv-keys 6B457D060ACE363C9D67D8E6782C165A293D6E18
# Verify if the checksum was not modified
gpg --verify SHA256SUM.asc
# Verify if the script was not modified
sha256sum --check SHA256SUM
- Run the script
sudo bash bos-umbrel-install.sh
sudo ./bin/bos