Skip to content

Commit

Permalink
release: v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaonoctus committed Dec 13, 2022
1 parent 09ade6a commit adab807
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ Set up BOS on Umbrel
1. Download the script under Umbrel folder (usually `~/umbrel`)

```bash
curl -L https://github.com/jaonoctus/bos-umbrel-install/releases/download/v0.1.0/bos-umbrel-install.sh -o bos-umbrel-install.sh
curl -L https://github.com/jaonoctus/bos-umbrel-install/releases/download/v0.1.1/bos-umbrel-install.sh -o bos-umbrel-install.sh
```

2. Verify the script (optional)

```bash
# download checksum
curl -L https://github.com/jaonoctus/bos-umbrel-install/releases/download/v0.1.0/SHA256SUM -o SHA256SUM
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.0/SHA256SUM.asc -o SHA256SUM.asc
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
Expand Down
2 changes: 1 addition & 1 deletion bos-umbrel-install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
#
# This script will install BOS on Umbrel
# version: 0.1.0
# version: 0.1.1
# author: jaonoctus <[email protected]>

set -eo pipefail
Expand Down

0 comments on commit adab807

Please sign in to comment.