Skip to content

Commit 4d6deae

Browse files
committed
Update GettingStartedDeb.md
Switch to main mono
1 parent 43a3c16 commit 4d6deae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GettingStartedDeb.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Mono is how .NET applications can run on platforms other than Windows. Mono is a
2222
To get these builds you need to run:
2323

2424
```
25-
echo "deb http://download.mono-project.com/repo/debian alpha main" | sudo tee /etc/apt/sources.list.d/mono-xamarin-alpha.list
25+
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
2627
sudo apt-get update
2728
```
2829

0 commit comments

Comments
 (0)