Update wget url link for 1.8.2 (#1769)
parent
b2f4b55377
commit
7b17c30157
|
@ -47,7 +47,7 @@ wget https://dl.influxdata.com/enterprise/releases/influxdb-meta_1.8.2-c1.8.2_am
|
|||
##### RedHat and CentOS (64-bit)
|
||||
|
||||
```bash
|
||||
wget https://dl.influxdata.com/enterprise/releases/influxdb-meta-1.8.2-c1.8.2.x86_64.rpm
|
||||
wget https://dl.influxdata.com/enterprise/releases/influxdb-meta-1.8.2_c1.8.2.x86_64.rpm
|
||||
```
|
||||
|
||||
### Install the meta node package
|
||||
|
|
|
@ -102,7 +102,7 @@ sudo dpkg -i influxdb-meta_1.8.2-c1.8.2_amd64.deb
|
|||
##### RedHat & CentOS (64-bit)
|
||||
|
||||
```
|
||||
wget https://dl.influxdata.com/enterprise/releases/influxdb-meta-1.8.2-c1.8.2.x86_64.rpm
|
||||
wget https://dl.influxdata.com/enterprise/releases/influxdb-meta-1.8.2_c1.8.2.x86_64.rpm
|
||||
sudo yum localinstall influxdb-meta-1.8.2-c1.8.2.x86_64.rpm
|
||||
```
|
||||
|
||||
|
@ -120,7 +120,7 @@ For added security, follow these steps to verify the signature of your InfluxDB
|
|||
For example:
|
||||
|
||||
```
|
||||
wget https://dl.influxdata.com/enterprise/releases/influxdb-meta-1.8.2-c1.8.2.x86_64.rpm.asc
|
||||
wget https://dl.influxdata.com/enterprise/releases/influxdb-meta-1.8.2_c1.8.2.x86_64.rpm.asc
|
||||
```
|
||||
|
||||
3. Verify the signature with `gpg --verify`:
|
||||
|
|
Loading…
Reference in New Issue