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

monoooo

parent 356a1174
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,12 @@ export DISPLAY=:0.0 ...@@ -3,6 +3,12 @@ export DISPLAY=:0.0
export WINEPREFIX="/home/vagrant/.wine" export WINEPREFIX="/home/vagrant/.wine"
export WINEARCH="win32" export WINEARCH="win32"
# Install Mono for .NET 4.0
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
# Install WINE # Install WINE
echo "deb http://httpredir.debian.org/debian jessie-backports main contrib non-free" >> /etc/apt/sources.list echo "deb http://httpredir.debian.org/debian jessie-backports main contrib non-free" >> /etc/apt/sources.list
dpkg --add-architecture i386 dpkg --add-architecture i386
......
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