From f1f815877db9fcc8cfeed229f2cb08067b98afb7 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 2 Jun 2022 20:02:57 -0400 Subject: [PATCH] Update crowdsec-v3.sh --- misc/crowdsec-v3.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/crowdsec-v3.sh b/misc/crowdsec-v3.sh index 77460345..0ab6d5c3 100644 --- a/misc/crowdsec-v3.sh +++ b/misc/crowdsec-v3.sh @@ -66,6 +66,7 @@ curl -s https://packagecloud.io/install/repositories/crowdsec/crowdsec/script.de msg_ok "Setup ${APP} Repository" msg_info "Installing ${APP}" +apt-get update &>/dev/null apt-get install -y crowdsec &>/dev/null msg_ok "Installed ${APP}"