Explorar o código

Update crowdsec.sh

add curl install
tteckster %!s(int64=2) %!d(string=hai) anos
pai
achega
606d825c57
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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"