소스 검색

Update crowdsec.sh

add curl install
tteckster 2 년 전
부모
커밋
606d825c57
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      misc/crowdsec.sh

+ 1 - 0
misc/crowdsec.sh

@@ -62,6 +62,7 @@ function msg_ok() {
 
 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
 msg_ok "Setup ${APP} Repository"