Update crowdsec.sh

This fixes and uses the new method
Crowdsec moved away from specific repository naming schemes
pull/3670/head
Matthew Barnes 10 months ago committed by GitHub
parent 6d89c2de12
commit 3d7e31d942
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      misc/crowdsec.sh

@ -70,7 +70,7 @@ msg_info "Setting up ${APP} Repository"
apt-get update &>/dev/null apt-get update &>/dev/null
apt-get install -y curl &>/dev/null apt-get install -y curl &>/dev/null
apt-get install -y gnupg &>/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_ok "Setup ${APP} Repository"
msg_info "Installing ${APP}" msg_info "Installing ${APP}"

Loading…
Cancel
Save