From 3fef6d93524372b59955222645af141bf9d6e59b Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Mon, 20 Jun 2016 23:24:56 -0700 Subject: [PATCH] libcurl4-openssl-dev --- ubuntu/installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu/installer.sh b/ubuntu/installer.sh index 29fc59c..489945a 100644 --- a/ubuntu/installer.sh +++ b/ubuntu/installer.sh @@ -54,6 +54,7 @@ sudo apt-get -qq -y install suckless-tools # Languages echo "Installing languages and tools..." sudo apt-get -qq -y install libssl-dev +sudo apt-get -qq -y install libcurl4-openssl.dev sudo apt-get -qq -y install python-dev sudo apt-get -qq -y install python-pip sudo apt-get -qq -y install python3-dev