aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-08-18 11:20:08 +0100
committerGareth Rees <gareth@mysociety.org>2014-08-18 13:38:30 +0100
commit9ed870b5ae2cd842641c5b067ce9b2ec45e515c9 (patch)
tree23668df14c40d4aeb7a114e3f2f4226596d72d98
parentf81cb5161f91eb40af88e7f5a1871a10e632cdf2 (diff)
Install the tools to install the tools!
-rw-r--r--Vagrantfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 37fa1f598..0fcf73de0 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -101,6 +101,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
# Fetch and run the install script:
+ config.vm.provision :shell, :inline => "apt-get -y install curl"
config.vm.provision :shell, :inline => "curl -O https://raw.githubusercontent.com/mysociety/commonlib/master/bin/install-site.sh"
config.vm.provision :shell, :inline => "chmod a+rx install-site.sh"
config.vm.provision :shell, :inline => "./install-site.sh " \