From 0ac9b3c9a7835f1783507fb9685d98562779c570 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Thu, 17 Jan 2019 12:49:08 +0100 Subject: [PATCH] Update 'Brotli/update-brotli.sh' --- Brotli/update-brotli.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Brotli/update-brotli.sh b/Brotli/update-brotli.sh index 795d18c..40483ff 100644 --- a/Brotli/update-brotli.sh +++ b/Brotli/update-brotli.sh @@ -17,6 +17,7 @@ if [ $newver \> $curver ]; then # building nginx module #source Nginx cd /usr/local/src + git clone --recursive https://github.com/google/ngx_brotli.git apt source nginx apt build-dep nginx -y