Created
May 20, 2019 06:57
-
-
Save aurghyadip/aad04a9532e74d83bed0540b69179c28 to your computer and use it in GitHub Desktop.
mono-install-ubuntu1804
This file contains hidden or 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
| #!/bin/bash | |
| 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-complete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment