diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-18 11:20:08 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-18 13:38:30 +0100 |
commit | 9ed870b5ae2cd842641c5b067ce9b2ec45e515c9 (patch) | |
tree | 23668df14c40d4aeb7a114e3f2f4226596d72d98 | |
parent | f81cb5161f91eb40af88e7f5a1871a10e632cdf2 (diff) |
Install the tools to install the tools!
-rw-r--r-- | Vagrantfile | 1 |
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 " \ |