Skip to content

Instantly share code, notes, and snippets.

@lita
lita / update_curl.sh
Last active April 18, 2020 02:10
How to update curl to a later version
#! /usr/bin/env bash
# Install any build dependencies needed for curl
sudo apt-get build-dep curl
# Get latest (as of Feb 25, 2016) libcurl
mkdir ~/curl
cd ~/curl
wget http://curl.haxx.se/download/curl-7.69.1.tar.bz2