summaryrefslogtreecommitdiff
path: root/deb
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-07-21 09:51:58 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-07-21 09:51:58 -0700
commit2bd07f4f01fcb5dca86dd53a8a2874abd5a5a50f (patch)
treece70c31293c6cee523c2ad2b6745eff92a1e1cb5 /deb
parentc52fa069002e1a89f30143256a9d48bc7065e1ae (diff)
deb Vagrantfile: install curl.
Diffstat (limited to 'deb')
-rw-r--r--deb/Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deb/Vagrantfile b/deb/Vagrantfile
index 3a6ac14e8..182549c8c 100644
--- a/deb/Vagrantfile
+++ b/deb/Vagrantfile
@@ -69,7 +69,7 @@ Vagrant.configure(2) do |config|
sudo apt-key add fpco.key
echo 'deb http://download.fpcomplete.com/ubuntu/precise stable main'|sudo tee /etc/apt/sources.list.d/fpco.list
sudo apt-get update
- sudo apt-get install -y stack build-essential debhelper dh-make
+ sudo apt-get install -y stack build-essential debhelper dh-make curl
sudo cp /vagrant_data/deb/*.pem /etc/ssl/certs/
SHELL
end