mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update crowdsec.sh
This fixes and uses the new method Crowdsec moved away from specific repository naming schemes
This commit is contained in:
parent
6d89c2de12
commit
3d7e31d942
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ msg_info "Setting up ${APP} Repository"
|
|||
apt-get update &>/dev/null
|
||||
apt-get install -y curl &>/dev/null
|
||||
apt-get install -y gnupg &>/dev/null
|
||||
curl -s https://packagecloud.io/install/repositories/crowdsec/crowdsec/script.deb.sh | bash &>/dev/null
|
||||
curl -s https://install.crowdsec.net/ | sh
|
||||
msg_ok "Setup ${APP} Repository"
|
||||
|
||||
msg_info "Installing ${APP}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue