Skip to content

Instantly share code, notes, and snippets.

@sn
Created September 17, 2018 12:57
Show Gist options
  • Save sn/8787b10013add8fcdb0a61a11c591258 to your computer and use it in GitHub Desktop.
Save sn/8787b10013add8fcdb0a61a11c591258 to your computer and use it in GitHub Desktop.
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
sudo apt install apt-transport-https
echo "deb https://download.mono-project.com/repo/ubuntu stable-xenial main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
sudo apt update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment