@@ -34,40 +34,40 @@ choose the binary from the release according to your platform, for example for t
34
34
#### Download binary
35
35
36
36
``` shell
37
- $ wget https://github.com/telkomdev/tob/releases/download/2.0.6 /tob-2.0.6 .linux-amd64.tar.gz
37
+ $ wget https://github.com/telkomdev/tob/releases/download/2.0.7 /tob-2.0.7 .linux-amd64.tar.gz
38
38
```
39
39
40
40
#### Important !!!, always check the SHA256 Checksum before using it
41
41
42
- Download ` sha256sum.txt ` according to the binary version you downloaded https://github.com/telkomdev/tob/releases/download/2.0.6 /sha256sums.txt
42
+ Download ` sha256sum.txt ` according to the binary version you downloaded https://github.com/telkomdev/tob/releases/download/2.0.7 /sha256sums.txt
43
43
44
44
``` shell
45
- $ wget https://github.com/telkomdev/tob/releases/download/2.0.6 /sha256sums.txt
45
+ $ wget https://github.com/telkomdev/tob/releases/download/2.0.7 /sha256sums.txt
46
46
```
47
47
48
48
#### Verify SHA256 Checksum
49
49
50
50
Linux
51
51
52
52
``` shell
53
- $ sha256sum tob-2.0.6 .linux-amd64.tar.gz -c sha256sums.txt
54
- tob-2.0.6 .linux-amd64.tar.gz: OK
53
+ $ sha256sum tob-2.0.7 .linux-amd64.tar.gz -c sha256sums.txt
54
+ tob-2.0.7 .linux-amd64.tar.gz: OK
55
55
```
56
56
57
57
Mac OSX
58
58
59
59
``` shell
60
- $ shasum -a 256 tob-2.0.6 .darwin-amd64.tar.gz -c sha256sums.txt
61
- tob-2.0.6 .darwin-amd64.tar.gz: OK
60
+ $ shasum -a 256 tob-2.0.7 .darwin-amd64.tar.gz -c sha256sums.txt
61
+ tob-2.0.7 .darwin-amd64.tar.gz: OK
62
62
```
63
63
64
- You should be able to see that the checksum value for the file is valid, ` tob-2.0.6 .linux-amd64.tar.gz: OK ` and ` tob-2.0.6 .darwin-amd64.tar.gz: OK ` .
64
+ You should be able to see that the checksum value for the file is valid, ` tob-2.0.7 .linux-amd64.tar.gz: OK ` and ` tob-2.0.7 .darwin-amd64.tar.gz: OK ` .
65
65
Indicates the file is not damaged, not modified and safe to use.
66
66
67
67
#### Extract
68
68
69
69
``` shell
70
- $ tar -xvzf tob-2.0.6 .linux-amd64.tar.gz
70
+ $ tar -xvzf tob-2.0.7 .linux-amd64.tar.gz
71
71
```
72
72
73
73
#### Run
@@ -161,15 +161,15 @@ So we need to deploy an `agent`, in this case `tob-http-agent` to the Server Com
161
161
#### Download ` tob-http-agent ` binary
162
162
163
163
``` shell
164
- $ wget https://github.com/telkomdev/tob/releases/download/2.0.6 /tob-http-agent-1.1.0.linux-amd64.tar.gz
164
+ $ wget https://github.com/telkomdev/tob/releases/download/2.0.7 /tob-http-agent-1.1.0.linux-amd64.tar.gz
165
165
```
166
166
167
167
#### Important !!!, always check the SHA256 Checksum before using it
168
168
169
- Download ` tob-http-agent-sha256sums.txt ` according to the binary version you downloaded https://github.com/telkomdev/tob/releases/download/2.0.6 /tob-http-agent-sha256sums.txt
169
+ Download ` tob-http-agent-sha256sums.txt ` according to the binary version you downloaded https://github.com/telkomdev/tob/releases/download/2.0.7 /tob-http-agent-sha256sums.txt
170
170
171
171
``` shell
172
- $ wget https://github.com/telkomdev/tob/releases/download/2.0.6 /tob-http-agent-sha256sums.txt
172
+ $ wget https://github.com/telkomdev/tob/releases/download/2.0.7 /tob-http-agent-sha256sums.txt
173
173
```
174
174
175
175
#### Verify ` tob-http-agent ` SHA256 Checksum
0 commit comments