Skip to content

Commit

Permalink
Update version v1.0.2144.28
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Oct 7, 2021
1 parent b3c3fd9 commit 2274268
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ for Pritunl Cloud

# Usage

Run the commands below to download the builder and verify the checksum.
Run the commands below to download the builder and verify the checksum. Use
the option `--assume-yes` to assume yes to all prompts. Use the option
`--no-start` to not start the Pritunl Cloud service after the builder is
finished and instead start it on next boot.

```bash
wget https://github.com/pritunl/pritunl-cloud-builder/releases/download/1.0.2142.34/pritunl-builder
echo "37818a168802f74475a012bfa8a48023723ba6b83126337e59f81fd932cb3d21 pritunl-builder" | sha256sum -c -
wget https://github.com/pritunl/pritunl-cloud-builder/releases/download/1.0.2144.28/pritunl-builder
echo "d6c3451e92f4dd3afb03f0eef5bdc08d3e88629265e627daf260e68f8baf84ec pritunl-builder" | sha256sum -c -
chmod +x pritunl-builder
sudo ./pritunl-builder
```
3 changes: 3 additions & 0 deletions SHA256
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
Pritunl Builder v1.0.2144.28
d6c3451e92f4dd3afb03f0eef5bdc08d3e88629265e627daf260e68f8baf84ec pritunl-builder

Pritunl Builder v1.0.2142.34
37818a168802f74475a012bfa8a48023723ba6b83126337e59f81fd932cb3d21 pritunl-builder

0 comments on commit 2274268

Please sign in to comment.