Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1013 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 1013 Bytes

bos-umbrel-install

Set up BOS on Umbrel

Install

  • Requires Umbrel with bitcoin and lightning apps installed.
  1. 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
  1. 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
  1. Run the script
sudo bash bos-umbrel-install.sh

Usage

sudo ./bin/bos