From 606d825c5761ccab3207ee6b13e7bbb6776a968f Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 7 Oct 2022 15:26:16 -0400 Subject: [PATCH] Update crowdsec.sh add curl install --- misc/crowdsec.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/crowdsec.sh b/misc/crowdsec.sh index b250e765..e7981523 100644 --- a/misc/crowdsec.sh +++ b/misc/crowdsec.sh @@ -62,6 +62,7 @@ function msg_ok() { 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 | sudo bash &>/dev/null msg_ok "Setup ${APP} Repository"