mirror of
https://github.com/status-im/consul.git
synced 2025-02-18 00:27:04 +00:00
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:
parent
3761867ced
commit
c5c59438bc
2
demo/vagrant-cluster/Vagrantfile
vendored
2
demo/vagrant-cluster/Vagrantfile
vendored
@ -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…
x
Reference in New Issue
Block a user