From 9e897366ec03cab7533cfc3be25b15743cc3814a Mon Sep 17 00:00:00 2001 From: minoplhy Date: Fri, 5 Jul 2024 21:14:12 +0700 Subject: [PATCH] crowdsec-nginx-bouncer: fix: check for unzip dependency --- crowdsec-nginx-bouncer/install.sh | 1 + 1 file changed, 1 insertion(+) 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