Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created October 25, 2019 00:20
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 dcomartin/bf39f85b5cc24a03677709544f278644 to your computer and use it in GitHub Desktop.
Save dcomartin/bf39f85b5cc24a03677709544f278644 to your computer and use it in GitHub Desktop.
sudo apt install gnupg ca-certificates
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb https://download.mono-project.com/repo/ubuntu stable-bionic main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
sudo apt update
sudo apt install mono-devel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment