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
|
||||
|
||||
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