Created
June 16, 2019 16:32
-
-
Save rexlManu/35f31556ca3f032c60084417b0ed068f to your computer and use it in GitHub Desktop.
mono-install.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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