mirror of https://github.com/status-im/consul.git
Merge pull request #409 from mark-rushakoff/fuller-vagrantfile
Install curl in vagrant-cluster demo's Vagrantfile
This commit is contained in:
commit
13ebb1a141
|
@ -3,7 +3,7 @@
|
||||||
$script = <<SCRIPT
|
$script = <<SCRIPT
|
||||||
|
|
||||||
echo Installing dependencies...
|
echo Installing dependencies...
|
||||||
sudo apt-get install -y unzip
|
sudo apt-get install -y unzip curl
|
||||||
|
|
||||||
echo Fetching Consul...
|
echo Fetching Consul...
|
||||||
cd /tmp/
|
cd /tmp/
|
||||||
|
|
Loading…
Reference in New Issue