Update 'Brotli/update-brotli.sh'

This commit is contained in:
bprieshof
2019-01-17 12:49:08 +01:00
parent 36734dee7f
commit 0ac9b3c9a7

View File

@@ -17,6 +17,7 @@ if [ $newver \> $curver ]; then
# building nginx module # building nginx module
#source Nginx #source Nginx
cd /usr/local/src cd /usr/local/src
git clone --recursive https://github.com/google/ngx_brotli.git
apt source nginx apt source nginx
apt build-dep nginx -y apt build-dep nginx -y