Skip to content

Instantly share code, notes, and snippets.

@lekodeveloperweb
Forked from carolynvs/install-mono.sh
Created May 9, 2016 18:14
Show Gist options
  • Save lekodeveloperweb/710aea97e05d2de72c0ecd9e0e9fcacd to your computer and use it in GitHub Desktop.
Save lekodeveloperweb/710aea97e05d2de72c0ecd9e0e9fcacd to your computer and use it in GitHub Desktop.
Install Mono on Ubuntu
wget http://download.mono-project.com/repo/xamarin.gpg
sudo apt-key add xamarin.gpg
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee --append /etc/apt/sources.list.d/mono-xamarin.list
sudo apt-get update
sudo apt-get install mono-complete
sudo certmgr -ssl -m https://go.microsoft.com
sudo certmgr -ssl -m https://nugetgallery.blob.core.windows.net
sudo certmgr -ssl -m https://nuget.org
mozroots --import --sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment