Update readme with packagecloud setup for repositories (#854)
This commit is contained in:
parent
204fa88e4d
commit
c11a297b19
1 changed files with 8 additions and 1 deletions
|
@ -36,11 +36,18 @@ Otherwise, you can install it from source.
|
|||
### From package (Debian)
|
||||
|
||||
```sh
|
||||
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
|
||||
curl -s https://packagecloud.io/install/repositories/crowdsec/crowdsec/script.deb.sh | sudo bash
|
||||
sudo apt-get update
|
||||
sudo apt-get install crowdsec
|
||||
```
|
||||
|
||||
### From package (rhel/centos/amazon linux)
|
||||
|
||||
```sh
|
||||
curl -s https://packagecloud.io/install/repositories/crowdsec/crowdsec/script.rpm.sh | sudo bash
|
||||
yum install crowdsec
|
||||
```
|
||||
|
||||
### From source
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Add table
Reference in a new issue