Skip to content

ZaMpAdAKiNg/bos-umbrel-install

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Set up BOS on Umbrel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%