Skip to content

Instantly share code, notes, and snippets.

@ryan1234
Last active September 20, 2015 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryan1234/449ed725cbca060c67b0 to your computer and use it in GitHub Desktop.
Save ryan1234/449ed725cbca060c67b0 to your computer and use it in GitHub Desktop.
# Installing Mono 4.0.4
sudo 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/debian wheezy-libjpeg62-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list
sudo apt-get update
sudo apt-get install -y mono-devel ca-certificates-mono fsharp nuget curl unzip git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment