diff --git a/Vagrantfile b/Vagrantfile index 1887afb2844dcfbe730106c3262f9b14e39501e6..064ebf2597f487237fefb71792400a24fc888caf 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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 diff --git a/build_as_vagrant.sh b/build_as_vagrant.sh index 9bc1d3532c76296b8324c69bdcb2f30e90f56e7f..5c836998f4620916acce74fd1e66d11269fbfe2d 100644 --- a/build_as_vagrant.sh +++ b/build_as_vagrant.sh @@ -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"