We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17d07c3 + 4858b4d commit cd6dff6Copy full SHA for cd6dff6
docs/getting-started/installing-core-linux.rst
@@ -30,7 +30,7 @@ You also need a latest version of Mono, which is required for DNX tooling. This
30
31
.. code-block:: console
32
33
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
+ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
34
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
35
sudo apt-get update
36
sudo apt-get install mono-complete
0 commit comments