diff --git a/nginx-build.sh b/nginx-build.sh index b1eeb17..2cfa8df 100755 --- a/nginx-build.sh +++ b/nginx-build.sh @@ -611,7 +611,7 @@ _download_brotli() { echo -ne ' Downloading brotli [..]\r' { rm /usr/local/src/ngx_brotli -rf - git clone --depth=1 https://github.com/google/ngx_brotli /usr/local/src/ngx_brotli -q + git clone --recursive --depth=1 https://github.com/google/ngx_brotli /usr/local/src/ngx_brotli -q cd /usr/local/src/ngx_brotli || exit 1 git submodule update --init } >>/tmp/nginx-ee.log 2>&1