diff --git a/Vagrantfile b/Vagrantfile index c9a484be643dc8ac0e7678509e1c211bc34505d7..f09c7bfe62e3b843077610545100f3dcef7c7317 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -6,6 +6,5 @@ Vagrant.configure("2") do |config| config.vm.provision "shell", inline: <<-SHELL apt-get install -y python pandoc texlive-latex-base texlive-fonts-recommended - chmod +x /vagrant/build.py SHELL end