diff --git a/crowdsec-nginx-bouncer/install.sh b/crowdsec-nginx-bouncer/install.sh index e2a0e6d..42b820e 100644 --- a/crowdsec-nginx-bouncer/install.sh +++ b/crowdsec-nginx-bouncer/install.sh @@ -59,6 +59,7 @@ gen_apikey() { check_nginx_dependency() { DEPENDENCY=( "gettext-base" + "unzip" ) for dep in ${DEPENDENCY[@]}; do