Skip to content

Instantly share code, notes, and snippets.

@salrashid123
Created August 26, 2017 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save salrashid123/aaa1f029175904159e7c05996ed68b48 to your computer and use it in GitHub Desktop.
Save salrashid123/aaa1f029175904159e7c05996ed68b48 to your computer and use it in GitHub Desktop.
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