From cb41308fdea3b5e5beae21ca39a93027ff7cb372 Mon Sep 17 00:00:00 2001 From: andybjackson <33336318+andybjackson@users.noreply.github.com> Date: Thu, 30 Apr 2020 18:47:49 +0100 Subject: [PATCH] Update installation instructions to cater also for Debian 10 buster. Have updated the installation instructions to cater also for Debian 10 buster. Note that the Mono installation instructions advice buster-stable rather than just buster. But that is true for earlier versions also. Note also that the instructions for downloading and installing the Debian package setting it up as a service that auto-starts also need to be added. I'll try to add those next. --- docs/02-installation.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/02-installation.md b/docs/02-installation.md index 10d610a..fe3cab2 100644 --- a/docs/02-installation.md +++ b/docs/02-installation.md @@ -88,6 +88,17 @@ sudo apt-get update sudo apt-get install mono-devel ``` +**Debian 10:** +```nohighlight +sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF + +echo "deb http://download.mono-project.com/repo/debian buster main" | sudo tee /etc/apt/sources.list.d/mono-official.list + +sudo apt-get update + +sudo apt-get install mono-devel +``` + **Debian 9:** ```nohighlight sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF