Skip to content

Instantly share code, notes, and snippets.

@rexlManu
Created June 16, 2019 16:32
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 rexlManu/35f31556ca3f032c60084417b0ed068f to your computer and use it in GitHub Desktop.
Save rexlManu/35f31556ca3f032c60084417b0ed068f to your computer and use it in GitHub Desktop.
mono-install.sh
apt install sudo -y
sudo apt install apt-transport-https dirmngr gnupg ca-certificates -y
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb https://download.mono-project.com/repo/debian stable-stretch main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
sudo apt update
sudo apt install mono-complete -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment