Bläddra i källkod

update README (#714)

Co-authored-by: AlteredCoder <AlteredCoder>
AlteredCoder 4 år sedan
förälder
incheckning
e59c33a8e2
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -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