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
77
77
- Download pre-built binary into a server
78
78
79
79
``` bash
80
- curl -fsSL -O https://github.com/bytebuilders/offline-license-server/releases/download/v0.0.68 /offline-license-server-linux-amd64
80
+ curl -fsSL -O https://github.com/bytebuilders/offline-license-server/releases/download/v0.0.69 /offline-license-server-linux-amd64
81
81
chmod +x offline-license-server-linux-amd64
82
82
mv offline-license-server-linux-amd64 /usr/local/bin/offline-license-server
83
83
sudo systemctl restart offline-license-server
@@ -86,7 +86,7 @@ sudo systemctl restart offline-license-server
86
86
- Install systemd service
87
87
88
88
``` bash
89
- curl -fsSL -O https://github.com/bytebuilders/offline-license-server/raw/v0.0.68 /hack/systemd/offline-license-server.service
89
+ curl -fsSL -O https://github.com/bytebuilders/offline-license-server/raw/v0.0.69 /hack/systemd/offline-license-server.service
90
90
chmod +x offline-license-server.service
91
91
92
92
# 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