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

okej

parent a4d8e687
No related branches found
No related tags found
No related merge requests found
Pipeline #1303 failed with stages
in 10 minutes and 59 seconds
......@@ -4,7 +4,7 @@ set -e
export DISPLAY=:0.0
export WINEPREFIX="/home/vagrant/.wine"
export WINEARCH="win32"
export FONTCONFIG_PATH=/etc/fonts
export FONTCONFIG_PATH="/etc/fonts"
apt-get update
apt-get install -y python-software-properties
......@@ -22,6 +22,8 @@ do
sleep 1
done
apt-get install -y x-ttcidfont-conf
# Install WINE things
apt-get install -y wine winetricks xvfb xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic unzip curl
......
......@@ -5,7 +5,7 @@ set -x
export DISPLAY=:0.0
export WINEPREFIX="/home/vagrant/.wine"
export WINEARCH="win32"
export FONTCONFIG_PATH=/etc/fonts
export FONTCONFIG_PATH="/etc/fonts"
cd /home/vagrant
......
......@@ -2,7 +2,7 @@
export DISPLAY=:0.0
export WINEPREFIX="/home/vagrant/.wine"
export WINEARCH="win32"
export FONTCONFIG_PATH=/etc/fonts
export FONTCONFIG_PATH="/etc/fonts"
Xvfb :0 -screen 0 1024x768x16 || true &
rm -rf /home/vagrant/.wine/drive_c/comp || true
......
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