浏览代码

Update crowdsec-v3.sh

tteckster 3 年之前
父节点
当前提交
f1f815877d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      misc/crowdsec-v3.sh

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