We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24c6f3 commit 474f22eCopy full SHA for 474f22e
nginx-builder.sh
@@ -15,7 +15,7 @@ mkdir lib
15
cd lib
16
17
git clone "https://github.com/PCRE2Project/pcre2.git" ./pcre2 --branch "release/pcre2-10.45" # PCRE2
18
-git clone "https://github.com/madler/zlib.git" ./zlib --branch "master" # zlib
+git clone "https://github.com/madler/zlib.git" ./zlib --branch "develop" # zlib
19
git clone "https://github.com/openssl/openssl.git" ./openssl --branch "master" # OpenSSL
20
21
cd ..
0 commit comments