From 3d7e31d94278261ec4d1262383ad689c078e9f1d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 6 Sep 2024 23:40:09 -0600 Subject: [PATCH] Update crowdsec.sh This fixes and uses the new method Crowdsec moved away from specific repository naming schemes --- misc/crowdsec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"