From 84d0323b5e34caf93c74848c5e4972b183c7bdef Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Fri, 7 Apr 2017 13:38:12 +0200
Subject: [PATCH] mono

---
 wine-tibbo/build.sh            | 2 +-
 wine-tibbo/build_as_vagrant.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/wine-tibbo/build.sh b/wine-tibbo/build.sh
index 2757720..2efb7a2 100644
--- a/wine-tibbo/build.sh
+++ b/wine-tibbo/build.sh
@@ -7,7 +7,7 @@ export WINEARCH="win32"
 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
 echo "deb http://download.mono-project.com/repo/debian jessie main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
 apt-get update
-apt-get install -y mono-complete
+apt-get install -y mono-complete winbind        # winbind - ntlm_auth for .NET
 
 # Install WINE
 echo "deb http://httpredir.debian.org/debian jessie-backports main contrib non-free" >> /etc/apt/sources.list
diff --git a/wine-tibbo/build_as_vagrant.sh b/wine-tibbo/build_as_vagrant.sh
index 03cf226..2618d0a 100644
--- a/wine-tibbo/build_as_vagrant.sh
+++ b/wine-tibbo/build_as_vagrant.sh
@@ -27,7 +27,7 @@ fi
 
 # WINE extensions - max 15 minutes!
 cd /home/vagrant/.wine/drive_c
-winetricks dotNet40 &
+winetricks dotnet40 corefonts &
 
 sleep 600
 kill -9 %2 || true
-- 
GitLab