Skip to content

Commit

Permalink
curl1
Browse files Browse the repository at this point in the history
  • Loading branch information
opcache committed Jan 2, 2020
1 parent 8bd2430 commit 991dd8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell/curl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

yum install -y bzip2 openssl openssl-devel libcurl

#wget https://github.com/nghttp2/nghttp2/releases/download/v1.40.0/nghttp2-1.40.0.tar.bz2
wget https://github.com/nghttp2/nghttp2/releases/download/v1.40.0/nghttp2-1.40.0.tar.bz2
tar xvf nghttp2-1.40.0.tar.bz2
cd nghttp2-1.40.0
./configure
Expand All @@ -18,7 +18,7 @@ cd ..
echo "/usr/local/lib" >> /etc/ld.so.conf
ldconfig

#wget https://curl.haxx.se/download/curl-7.67.0.tar.gz
wget https://curl.haxx.se/download/curl-7.67.0.tar.gz
tar zxvf curl-7.67.0.tar.gz
cd curl-7.67.0
./configure --with-nghttp2=/usr/local --with-ssl
Expand Down

0 comments on commit 991dd8c

Please sign in to comment.