From 22c71d44004fdc43475788f5b0d21546a044db56 Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Fri, 7 Apr 2017 15:52:44 +0200 Subject: [PATCH] okej --- build_as_vagrant.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_as_vagrant.sh b/build_as_vagrant.sh index b43ad14..a7043d7 100644 --- a/build_as_vagrant.sh +++ b/build_as_vagrant.sh @@ -26,7 +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 -winetricks dotnet40 corefonts & +sudo winetricks dotnet40 corefonts & # apparently needs sudo sleep 600 kill -9 %2 || true -- GitLab