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

okej

parent 585f621c
No related branches found
No related tags found
No related merge requests found
Pipeline #1311 failed with stages
in 10 minutes and 30 seconds
......@@ -10,7 +10,7 @@ Vagrant.configure("2") do |config|
export FONTCONFIG_PATH="/etc/fonts"
apt-get update
apt-get install -y python-software-properties fontconfig xorg dbus-x11 xvfb unzip
apt-get install -y python-software-properties fontconfig xorg dbus-x11 xvfb unzip xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic
# Accept EULA
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
......
......@@ -17,7 +17,7 @@ wine start.exe
ln -s /vagrant /home/vagrant/.wine/drive_c/vagrant
# Only now is it safe to install Mono :/ it requires wine for setup
sudo apt-get install -y winbind mono-complete xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic
sudo apt-get install -y winbind mono-complete
# Install Tibbo tools
mkdir -p "/home/vagrant/.wine/drive_c/Program Files/Tibbo"
......
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