parent
bdca1d79c1
commit
e59c33a8e2
1 changed files with 3 additions and 3 deletions
|
@ -72,7 +72,7 @@ Ensure you have dependencies :
|
|||
<summary>for Debian based distributions</summary>
|
||||
|
||||
```bash
|
||||
apt-get install bash gettext whiptail curl wget
|
||||
apt-get install bash gettext whiptail wget
|
||||
```
|
||||
</details>
|
||||
|
||||
|
@ -80,14 +80,14 @@ apt-get install bash gettext whiptail curl wget
|
|||
<summary>for RedHat based distributions</summary>
|
||||
|
||||
```bash
|
||||
yum install bash gettext newt curl wget
|
||||
yum install bash gettext newt wget
|
||||
```
|
||||
</details>
|
||||
|
||||
Then :
|
||||
|
||||
```bash
|
||||
curl -s https://api.github.com/repos/crowdsecurity/crowdsec/releases/latest | grep browser_download_url| cut -d '"' -f 4 | wget -i -
|
||||
wget https://github.com/crowdsecurity/crowdsec/releases/latest/download/crowdsec-release.tgz
|
||||
tar xvzf crowdsec-release.tgz
|
||||
cd crowdsec-v*
|
||||
sudo ./wizard.sh -i
|
||||
|
|
Loading…
Reference in a new issue