Skip to content

Commit

Permalink
Prepare for v0.0.65 release
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Jun 21, 2024
1 parent cef7b77 commit ab26b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ These instructions are useful if you are trying to deploy your own license serve
- Download pre-built binary into a server

```bash
curl -fsSL -O https://github.com/bytebuilders/offline-license-server/releases/download/v0.0.64/offline-license-server-linux-amd64
curl -fsSL -O https://github.com/bytebuilders/offline-license-server/releases/download/v0.0.65/offline-license-server-linux-amd64
chmod +x offline-license-server-linux-amd64
mv offline-license-server-linux-amd64 /usr/local/bin/offline-license-server
sudo systemctl restart offline-license-server
Expand All @@ -86,7 +86,7 @@ sudo systemctl restart offline-license-server
- Install systemd service

```bash
curl -fsSL -O https://github.com/bytebuilders/offline-license-server/raw/v0.0.64/hack/systemd/offline-license-server.service
curl -fsSL -O https://github.com/bytebuilders/offline-license-server/raw/v0.0.65/hack/systemd/offline-license-server.service
chmod +x offline-license-server.service

# 1. Copy Google cloud service account json key to /root/app/gcloud.json
Expand Down

0 comments on commit ab26b83

Please sign in to comment.