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.
This commit is contained in:
Mark Rushakoff 2014-10-17 21:39:44 -07:00
parent 32b14c6f02
commit c58627df41
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
$script = <<SCRIPT
echo Installing dependencies...
sudo apt-get install -y unzip
sudo apt-get install -y unzip curl
echo Fetching Consul...
cd /tmp/