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

okej

parent 9f973a4f
No related branches found
No related tags found
No related merge requests found
Pipeline #1305 failed with stages
in 13 minutes and 8 seconds
......@@ -16,16 +16,15 @@ 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 xorg
apt-get install -y fontconfig xorg dbus-x11 xvfb x-ttcidfont-conf unzip
while [ ! -f /etc/fonts/fonts.conf ] ;
do
sleep 1
done
apt-get install -y x-ttcidfont-conf unzip
# Install WINE things
apt-get install -y wine winetricks xvfb
apt-get install -y wine winetricks
# Install command
cp -f /vagrant/tibbo_build.sh /usr/sbin/tibbo_build
......
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