File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ These instructions are useful if you are trying to deploy your own license serve
7777- Download pre-built binary into a server
7878
7979``` bash
80- curl -fsSL -O https://github.com/bytebuilders/offline-license-server/releases/download/v0.0.74 /offline-license-server-linux-amd64
80+ curl -fsSL -O https://github.com/bytebuilders/offline-license-server/releases/download/v0.0.75 /offline-license-server-linux-amd64
8181chmod +x offline-license-server-linux-amd64
8282mv offline-license-server-linux-amd64 /usr/local/bin/offline-license-server
8383sudo systemctl restart offline-license-server
@@ -86,7 +86,7 @@ sudo systemctl restart offline-license-server
8686- Install systemd service
8787
8888``` bash
89- curl -fsSL -O https://github.com/bytebuilders/offline-license-server/raw/v0.0.74 /hack/systemd/offline-license-server.service
89+ curl -fsSL -O https://github.com/bytebuilders/offline-license-server/raw/v0.0.75 /hack/systemd/offline-license-server.service
9090chmod +x offline-license-server.service
9191
9292# 1. Copy Google cloud service account json key to /root/app/gcloud.json
You can’t perform that action at this time.
0 commit comments