Skip to content
Snippets Groups Projects
Commit 84d0323b authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

mono

parent f6902766
No related branches found
No related tags found
No related merge requests found
Pipeline #1284 passed with stages
in 18 minutes and 3 seconds
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment