diff --git a/nginx-autoinstall.sh b/nginx-autoinstall.sh index 3e2e0a45..93ab5b05 100755 --- a/nginx-autoinstall.sh +++ b/nginx-autoinstall.sh @@ -212,8 +212,9 @@ case $OPTION in cd /usr/local/src/nginx/modules || exit 1 git clone https://github.com/google/ngx_brotli cd ngx_brotli || exit 1 - git checkout v1.0.0rc - git submodule update --init + # Use the master branch for now + #git checkout v1.0.0rc + #git submodule update --init fi # More Headers