浏览代码

Update crowdsec.sh

remove sudo command
tteckster 2 年之前
父节点
当前提交
9adfd34f3a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      misc/crowdsec.sh

+ 1 - 1
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}"