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

repos

parent 46b3b84e
No related branches found
No related tags found
No related merge requests found
Pipeline #1293 passed with stages
in 3 minutes and 43 seconds
32-bit Ubuntu Precise, with WINE and Tibbo IDE 5.3.1
----------------------------------------------------
......@@ -11,7 +11,7 @@ apt-get install -y python-software-properties
# Repositories
## Mono
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
echo "deb http://download.mono-project.com/repo/ubuntu precise main contrib non-free" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
## WineHQ
# wget https://dl.winehq.org/wine-builds/Release.key
# apt-key add Release.key
......@@ -22,7 +22,7 @@ apt-get update
# Install things
TO_INSTALL=""
## Mono for .NET 4.0, and winbind for ntlm_auth
TO_INSTALL="$TO_INSTALL mono-complete winbind"
TO_INSTALL="$TO_INSTALL mono-complete winbind ca-certificates-mono"
## WINE
TO_INSTALL="$TO_INSTALL wine winetricks xvfb"
## Things
......
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