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