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

okej

parent aa5cf99d
No related branches found
No related tags found
No related merge requests found
Pipeline #1302 failed with stages
in 9 minutes and 7 seconds
...@@ -15,8 +15,15 @@ apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BF ...@@ -15,8 +15,15 @@ apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BF
echo "deb http://download.mono-project.com/repo/ubuntu precise main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list echo "deb http://download.mono-project.com/repo/ubuntu precise main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
apt-get update apt-get update
# Install fontconfig, wait for processing
apt-get install -y fontconfig
while [ ! -f /etc/fonts/fonts.conf ] ;
do
sleep 1
done
# Install WINE things # Install WINE things
apt-get install -y wine winetricks xvfb xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic unzip curl fontconfig apt-get install -y wine winetricks xvfb xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic unzip curl
# Install command # Install command
cp -f /vagrant/tibbo_build.sh /usr/sbin/tibbo_build 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