mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
deb Vagrantfile: install curl.
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user