Fix InfluxDB 1.8.3 URL
parent
cb21106b9a
commit
ab15f9b383
|
@ -246,7 +246,7 @@ If `gpg` is not available, see the [GnuPG homepage](https://gnupg.org/download/)
|
|||
3. Verify the signature with `gpg --verify`:
|
||||
|
||||
```
|
||||
gpg --verify influxdb-1.8.0_linux_amd64.tar.gz.asc influxdb-1.8.3_linux_amd64.tar.gz
|
||||
gpg --verify influxdb-1.8.3_linux_amd64.tar.gz.asc influxdb-1.8.3_linux_amd64.tar.gz
|
||||
```
|
||||
|
||||
The output from this command should include the following:
|
||||
|
|
Loading…
Reference in New Issue