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.
1 parent 43a3c16 commit 4d6deaeCopy full SHA for 4d6deae
GettingStartedDeb.md
@@ -22,7 +22,8 @@ Mono is how .NET applications can run on platforms other than Windows. Mono is a
22
To get these builds you need to run:
23
24
```
25
-echo "deb http://download.mono-project.com/repo/debian alpha main" | sudo tee /etc/apt/sources.list.d/mono-xamarin-alpha.list
+sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
26
+echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
27
sudo apt-get update
28
29
0 commit comments