diff --git a/build.sh b/build.sh
index 2c9a8ba3d35679f6d60eef8b3d2db8f16006811c..81580621eeb4f01428c5213ff66e6ad00fb3d4a6 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 5300cb77bf0abc84ffc366be12937aadb3728c2a..d2a534d9d9437421d352c3f1d3c0efffd25b2bdb 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"