From c58627df41959ee193895ac4cb6464b4fc49b51a Mon Sep 17 00:00:00 2001 From: Mark Rushakoff Date: Fri, 17 Oct 2014 21:39:44 -0700 Subject: [PATCH] Install curl The getting started guide mentions has several examples using curl, so preinstall curl on the Vagrant box to make the guide easier to follow. --- demo/vagrant-cluster/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/vagrant-cluster/Vagrantfile b/demo/vagrant-cluster/Vagrantfile index 78270c0e6..99bb3c5e7 100644 --- a/demo/vagrant-cluster/Vagrantfile +++ b/demo/vagrant-cluster/Vagrantfile @@ -3,7 +3,7 @@ $script = <