diff --git a/build_as_vagrant.sh b/build_as_vagrant.sh
index 725c9cb727071d47be2c7c942fbdbf61f09412a9..9bc1d3532c76296b8324c69bdcb2f30e90f56e7f 100644
--- a/build_as_vagrant.sh
+++ b/build_as_vagrant.sh
@@ -26,9 +26,7 @@ unzip /tmp/tibbo.zip -d "/home/vagrant/.wine/drive_c/Program Files/Tibbo"
 
 # WINE extensions - max 15 minutes!
 cd /home/vagrant/.wine/drive_c
-sudo winetricks dotnet40 corefonts &    # apparently needs sudo
+winetricks dotnet40 corefonts
 
-sleep 600
-kill -9 %2 || true
 kill -9 %1
 touch /vagrant/OK
\ No newline at end of file