Created
August 26, 2017 20:06
-
-
Save salrashid123/aaa1f029175904159e7c05996ed68b48 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get update -y && apt-get install -y unzip curl python openssl python-setuptools python-pip python-dev build-essential nghttp2 libnghttp2-dev libssl-dev | |
curl -OL https://curl.haxx.se/download/curl-7.54.0.tar.bz2 && \ | |
tar -xvjf curl-7.54.0.tar.bz2 && \ | |
cd curl-7.54.0 && \ | |
./configure --with-nghttp2 --with-ssl && \ | |
make && \ | |
make install && \ | |
ldconfig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment