@@ -66,7 +66,7 @@ To use the SHA checksum to verify the downloaded file, do the following:
66
66
the ** SHA256:** checksum value.
67
67
68
68
2 . Compute the SHA checksum of the downloaded file and compare it to the
69
- published checksum--for example, enter the following command in your terminal.
69
+ published checksum--for example, enter the following command in your terminal:
70
70
71
71
<!-- test:actual
72
72
```bash
@@ -77,19 +77,19 @@ To use the SHA checksum to verify the downloaded file, do the following:
77
77
78
78
<!-- pytest-codeblocks:cont-->
79
79
80
- {{% code-placeholders "9cb54d3940c37a8c2a908458543e629412505cc71db55094147fd39088b99c6c " %}}
80
+ {{% code-placeholders "8d7872013cad3524fb728ca8483d0adc30125ad1af262ab826dcf5d1801159cf " %}}
81
81
82
82
``` bash
83
83
# Use 2 spaces to separate the checksum from the filename
84
- echo " 9cb54d3940c37a8c2a908458543e629412505cc71db55094147fd39088b99c6c influxdb2-{{< latest-patch >}}_linux_amd64.tar.gz" \
84
+ echo " 8d7872013cad3524fb728ca8483d0adc30125ad1af262ab826dcf5d1801159cf influxdb2-{{< latest-patch >}}_linux_amd64.tar.gz" \
85
85
| sha256sum --check -
86
86
```
87
87
88
88
{{% /code-placeholders %}}
89
89
90
90
Replace the following:
91
91
92
- - {{% code-placeholder-key %}}` 9cb54d3940c37a8c2a908458543e629412505cc71db55094147fd39088b99c6c ` {{% /code-placeholder-key %}}:
92
+ - {{% code-placeholder-key %}}` 8d7872013cad3524fb728ca8483d0adc30125ad1af262ab826dcf5d1801159cf ` {{% /code-placeholder-key %}}:
93
93
the ** SHA256:** checksum value that you copied from the downloads page
94
94
95
95
If the checksums match, the output is the following; otherwise, an error message.
@@ -162,12 +162,10 @@ gpg: key 7C3D57159FC2F927: public key "InfluxData Package Signing Key <support@i
162
162
following in your terminal:
163
163
164
164
<!-- test:setup
165
-
166
165
```sh
167
166
curl --silent --location --output-dir ~/Downloads -O \
168
167
"https://download.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch >}}_darwin_amd64.tar.gz" \
169
168
```
170
-
171
169
-->
172
170
173
171
``` sh
@@ -252,19 +250,19 @@ brew install influxdb
252
250
2 . {{< req text="Recommended:" color="magenta" >}}: Verify the integrity of the download--for example, enter the
253
251
following command in your terminal:
254
252
255
- {{% code-placeholders "964e1de641a43a0e1743aa5ead243e935a05631ba0bc570fb8bff486542173c1 " %}}
253
+ {{% code-placeholders "224926fd77736a364cf28128f18927dda00385f0b6872a108477246a1252ae1b " %}}
256
254
257
255
``` sh
258
256
# Use 2 spaces to separate the checksum from the filename
259
- echo " 964e1de641a43a0e1743aa5ead243e935a05631ba0bc570fb8bff486542173c1 influxdb2-{{< latest-patch >}}_darwin_amd64.tar.gz" \
257
+ echo " 224926fd77736a364cf28128f18927dda00385f0b6872a108477246a1252ae1b influxdb2-{{< latest-patch >}}_darwin_amd64.tar.gz" \
260
258
| shasum --algorithm 256 --quiet --check -
261
259
```
262
260
263
261
{{% /code-placeholders %}}
264
262
265
263
Replace the following:
266
264
267
- - {{% code-placeholder-key %}}` 964e1de641a43a0e1743aa5ead243e935a05631ba0bc570fb8bff486542173c1 ` {{% /code-placeholder-key %}}: the SHA checksum from the [ downloads page] ( https://www.influxdata.com/downloads/#telegraf )
265
+ - {{% code-placeholder-key %}}` 224926fd77736a364cf28128f18927dda00385f0b6872a108477246a1252ae1b ` {{% /code-placeholder-key %}}: the SHA checksum from the [ downloads page] ( https://www.influxdata.com/downloads/#telegraf )
268
266
269
267
3 . Unpackage the InfluxDB binary.
270
268
0 commit comments