diff --git a/misc/crowdsec.sh b/misc/crowdsec.sh index 12a20f04..10260862 100644 --- a/misc/crowdsec.sh +++ b/misc/crowdsec.sh @@ -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}"