mirror of https://github.com/hashicorp/consul
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.pull/409/head
parent
3761867ced
commit
c5c59438bc
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue