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

okej

parent 41b2abff
No related branches found
No related tags found
No related merge requests found
Pipeline #1304 failed with stages
in 9 minutes and 4 seconds
......@@ -16,16 +16,16 @@ echo "deb http://download.mono-project.com/repo/ubuntu precise main" | sudo tee
apt-get update
# Install fontconfig, wait for processing
apt-get install -y fontconfig
apt-get install -y fontconfig xorg
while [ ! -f /etc/fonts/fonts.conf ] ;
do
sleep 1
done
apt-get install -y x-ttcidfont-conf
apt-get install -y x-ttcidfont-conf unzip
# Install WINE things
apt-get install -y wine winetricks xvfb xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic unzip curl
apt-get install -y wine winetricks xvfb
# Install command
cp -f /vagrant/tibbo_build.sh /usr/sbin/tibbo_build
......
......@@ -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
sudo apt-get install -y winbind mono-complete xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic
# 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