Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update brotli to use master branch #204

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions nginx-autoinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

@MaximeMichaud MaximeMichaud Nov 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, this line "#git submodule update --init" need to be uncommented or:
image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought I have tested it. I thought this command is only required if a checkout comment is present.

fi

# More Headers
Expand Down