Add curl to debian-bootstrap.sh

This commit is contained in:
Dan Burton 2016-01-23 11:56:08 -08:00
parent 335de7a3d7
commit a62768f254

View File

@ -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 \