diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-07-21 09:51:58 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-07-21 09:51:58 -0700 |
commit | 2bd07f4f01fcb5dca86dd53a8a2874abd5a5a50f (patch) | |
tree | ce70c31293c6cee523c2ad2b6745eff92a1e1cb5 /deb | |
parent | c52fa069002e1a89f30143256a9d48bc7065e1ae (diff) | |
download | pandoc-2bd07f4f01fcb5dca86dd53a8a2874abd5a5a50f.tar.gz |
deb Vagrantfile: install curl.
Diffstat (limited to 'deb')
-rw-r--r-- | deb/Vagrantfile | 2 |
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 |