fix debian-like installation documentation (#708)
This commit is contained in:
parent
1938e1a62d
commit
bdca1d79c1
1 changed files with 1 additions and 8 deletions
|
@ -22,15 +22,8 @@ Crowdsec distributes their own pragmatic debian packages that closely follow the
|
|||
|
||||
## setup the repository
|
||||
|
||||
<details>
|
||||
<summary>pre-requisites to add custom repositories on debian</summary>
|
||||
```bash
|
||||
sudo apt install software-properties-common
|
||||
```
|
||||
</details>
|
||||
|
||||
```bash
|
||||
wget -qO - https://s3-eu-west-1.amazonaws.com/crowdsec.debian.pragmatic/crowdsec.asc |sudo apt-key add - && sudo apt-add-repository "https://s3-eu-west-1.amazonaws.com/crowdsec.debian.pragmatic/$(lsb_release -cs) $(lsb_release -cs) main"
|
||||
wget -qO - https://s3-eu-west-1.amazonaws.com/crowdsec.debian.pragmatic/crowdsec.asc |sudo apt-key add - && echo "deb https://s3-eu-west-1.amazonaws.com/crowdsec.debian.pragmatic/$(lsb_release -cs) $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/crowdsec.list > /dev/null
|
||||
sudo apt-get update
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue