Skip to content

Commit

Permalink
Merge pull request #78 from Jeffiy/patch-1
Browse files Browse the repository at this point in the history
update apt-key
  • Loading branch information
richlander committed Oct 22, 2015
2 parents 17d07c3 + 4858b4d commit cd6dff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/installing-core-linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You also need a latest version of Mono, which is required for DNX tooling. This

.. code-block:: console
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
sudo apt-get update
sudo apt-get install mono-complete
Expand Down

0 comments on commit cd6dff6

Please sign in to comment.