From a62768f25430c0ed5328218cd322d91bfe88230c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 23 Jan 2016 11:56:08 -0800 Subject: [PATCH] Add curl to debian-bootstrap.sh --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index b62d1bf2..e5d67163 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -18,6 +18,7 @@ echo 'deb http://download.fpcomplete.com/ubuntu trusty main'|sudo tee /etc/apt/s apt-get update apt-get install -y \ build-essential \ + curl \ freeglut3-dev \ git \ imagemagick \