소스 검색

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