From 9adfd34f3a58f5ff4fb127381028811d23bf7db8 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 7 Oct 2022 15:42:10 -0400
Subject: [PATCH] Update crowdsec.sh

remove sudo command
---
 misc/crowdsec.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/crowdsec.sh b/misc/crowdsec.sh
index e79815231..c4cf3d2de 100644
--- a/misc/crowdsec.sh
+++ b/misc/crowdsec.sh
@@ -64,7 +64,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 | sudo bash &>/dev/null
+curl -s https://packagecloud.io/install/repositories/crowdsec/crowdsec/script.deb.sh | bash &>/dev/null
 msg_ok "Setup ${APP} Repository"
 
 msg_info "Installing ${APP}"