Update crowdsec.sh

This fixes and uses the new method
Crowdsec moved away from specific repository naming schemes
This commit is contained in:
Matthew Barnes 2024-09-06 23:40:09 -06:00 committed by GitHub
parent 6d89c2de12
commit 3d7e31d942
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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