crowdsec-nginx-bouncer: fix: check for unzip dependency

This commit is contained in:
minoplhy 2024-07-05 21:14:12 +07:00
parent a18b0ecbdf
commit 9e897366ec
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF

View File

@ -59,6 +59,7 @@ gen_apikey() {
check_nginx_dependency() { check_nginx_dependency() {
DEPENDENCY=( DEPENDENCY=(
"gettext-base" "gettext-base"
"unzip"
) )
for dep in ${DEPENDENCY[@]}; for dep in ${DEPENDENCY[@]};
do do