Skip to content
Snippets Groups Projects
Commit 23ad2a61 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

first

parent 6537775e
No related branches found
No related tags found
No related merge requests found
Pipeline #113 passed with stage
in 4 minutes and 2 seconds
...@@ -6,6 +6,6 @@ Vagrant.configure("2") do |config| ...@@ -6,6 +6,6 @@ Vagrant.configure("2") do |config|
config.vm.provision "shell", inline: <<-SHELL config.vm.provision "shell", inline: <<-SHELL
apt-get install -y python pandoc texlive-latex-base texlive-fonts-recommended apt-get install -y python pandoc texlive-latex-base texlive-fonts-recommended
chmod +x build.py chmod +x /vagrant/build.py
SHELL SHELL
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment