From 2ddcfaaebacbeb0d74b93d16342113840ffeaf01 Mon Sep 17 00:00:00 2001 From: Nicolas Dextraze Date: Sun, 12 Jun 2016 17:06:34 -0700 Subject: [PATCH] Adding install to Vagrantfile --- Vagrantfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index a11d821..06a1228 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -66,6 +66,8 @@ Vagrant.configure("2") do |config| # documentation for more information about their specific syntax and use. config.vm.provision "shell", inline: <<-SHELL apt-get update - /vagrant/scripts/bootstrap.sh + cd /vagrant + . ./scripts/bootstrap.sh + . ./scripts/install.sh SHELL end