Skip to content

Commit

Permalink
Fix Brotli
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtuBox committed Aug 29, 2019
1 parent 511fa4b commit 47781cd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions nginx-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -770,11 +770,7 @@ _download_brotli() {
echo -ne ' Downloading brotli [..]\r'
{
rm /usr/local/src/ngx_brotli -rf
if [ "$DISTRO_CODENAME" = "jessie" ]; then
git clone --recursive --depth=50 https://github.com/eustas/ngx_brotli /usr/local/src/ngx_brotli -q
else
git clone --depth=50 https://github.com/eustas/ngx_brotli /usr/local/src/ngx_brotli -q
fi
git clone --recursive --depth=50 https://github.com/eustas/ngx_brotli /usr/local/src/ngx_brotli -q

} >> /tmp/nginx-ee.log 2>&1

Expand Down

0 comments on commit 47781cd

Please sign in to comment.