Use curl instead of wget on RHEL/CentOS (#78)
This commit is contained in:
parent
55d1604100
commit
ca22237130
@ -57,7 +57,7 @@ sudo apt install ./dive_0.3.0_linux_amd64.deb
|
|||||||
|
|
||||||
**RHEL/Centos**
|
**RHEL/Centos**
|
||||||
```bash
|
```bash
|
||||||
wget https://github.com/wagoodman/dive/releases/download/v0.3.0/dive_0.3.0_linux_amd64.rpm
|
curl -OL https://github.com/wagoodman/dive/releases/download/v0.3.0/dive_0.3.0_linux_amd64.rpm
|
||||||
rpm -i dive_0.3.0_linux_amd64.rpm
|
rpm -i dive_0.3.0_linux_amd64.rpm
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user