From ae37b0290f35dcd7931d1c8ffb740c8a2e0d1197 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Mon, 20 Jun 2016 23:14:46 -0700 Subject: [PATCH] SSL --- ubuntu/installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu/installer.sh b/ubuntu/installer.sh index fe43de2..29fc59c 100644 --- a/ubuntu/installer.sh +++ b/ubuntu/installer.sh @@ -53,6 +53,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 python-dev sudo apt-get -qq -y install python-pip sudo apt-get -qq -y install python3-dev