diff --git a/vagrant/ogbrowser-sway/Vagrantfile b/vagrant/ogbrowser-sway/Vagrantfile index 0fa208f..e314955 100644 --- a/vagrant/ogbrowser-sway/Vagrantfile +++ b/vagrant/ogbrowser-sway/Vagrantfile @@ -68,7 +68,7 @@ Vagrant.configure("2") do |config| # Enable provisioning with a shell script. Additional provisioners such as # Ansible, Chef, Docker, Puppet and Salt are also available. Please see the # documentation for more information about their specific syntax and use. - # config.vm.provision "shell", inline: <<-SHELL + config.vm.provision "shell", path: "init.sh" # apt-get update # apt-get install -y apache2 # SHELL