Skip to content

Instantly share code, notes, and snippets.

View mlask's full-sized avatar
😶
No comments.

Marcin Laber mlask

😶
No comments.
View GitHub Profile
@mlask
mlask / update_curl.sh
Last active May 25, 2017 09:05 — forked from fideloper/update_curl.sh
Update curl on Ubuntu 14.04
#! /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
mkdri
cd ~/curl
wget https://curl.haxx.se/download/curl-7.54.0.tar.bz2
tar -xvjf curl-7.54.0.tar.bz2