From 4d6deaef371c5f6d195ac247fbfd8d8c7d667b48 Mon Sep 17 00:00:00 2001 From: Glenn Condron Date: Mon, 27 Apr 2015 16:23:51 -0700 Subject: [PATCH] Update GettingStartedDeb.md Switch to main mono --- GettingStartedDeb.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GettingStartedDeb.md b/GettingStartedDeb.md index 3a1c732661..6fe40bfdf3 100644 --- a/GettingStartedDeb.md +++ b/GettingStartedDeb.md @@ -22,7 +22,8 @@ Mono is how .NET applications can run on platforms other than Windows. Mono is a To get these builds you need to run: ``` -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 +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 ```