From 9f973a4faa76acf76de6b9c2e343c2e1c87cc4d0 Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Fri, 7 Apr 2017 19:47:25 +0200
Subject: [PATCH] okej

---
 build.sh            | 6 +++---
 build_as_vagrant.sh | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.sh b/build.sh
index 2c9a8ba..8158062 100644
--- a/build.sh
+++ b/build.sh
@@ -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
diff --git a/build_as_vagrant.sh b/build_as_vagrant.sh
index 5300cb7..d2a534d 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
+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"
-- 
GitLab