mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +00:00
Merge pull request #409 from mark-rushakoff/fuller-vagrantfile
Install curl in vagrant-cluster demo's Vagrantfile
This commit is contained in:
commit
13ebb1a141
2
demo/vagrant-cluster/Vagrantfile
vendored
2
demo/vagrant-cluster/Vagrantfile
vendored
@ -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…
x
Reference in New Issue
Block a user