From 9f07beb3c1ea256342eae0c99ff461f9d2a7fce7 Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Fri, 7 Apr 2017 06:03:08 +0200 Subject: [PATCH] dat linesep --- wine-tibbo/build_as_vagrant.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wine-tibbo/build_as_vagrant.sh b/wine-tibbo/build_as_vagrant.sh index 24edb21..5bd568c 100644 --- a/wine-tibbo/build_as_vagrant.sh +++ b/wine-tibbo/build_as_vagrant.sh @@ -25,8 +25,10 @@ else unzip /tmp/tibbo.zip -d "/home/vagrant/.wine/drive_c/Program Files/Tibbo" fi -# WINE extensions +# WINE extensions - max 15 minutes! cd /home/vagrant/.wine/drive_c -winetricks corefonts vcrun6 +winetricks corefonts vcrun6 & +sleep 900 +kill -9 %2 || true kill -9 %1 -- GitLab