From bb7c45aa4992c5663e7191045baebfb478671ae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Franc=CC=A7ois=20Paris?= Date: Wed, 21 Apr 2021 13:49:15 +0300 Subject: [PATCH] updated mono dependencies for ubuntu 20.04 and 20.10 --- docs/02-installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/02-installation.md b/docs/02-installation.md index e041675..56dc8fb 100644 --- a/docs/02-installation.md +++ b/docs/02-installation.md @@ -43,7 +43,7 @@ To be able to backup files that are in use by another process, Duplicati uses Al ***** ![](icon_linux_begin.png) Follow this procedure to install Mono on your Linux based system. -**Ubuntu 20.04:** +**Ubuntu 20.04 / 20.10:** ```nohighlight sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF @@ -51,7 +51,7 @@ echo "deb https://download.mono-project.com/repo/ubuntu stable-focal main" | sud sudo apt update -sudo apt install mono-devel gtk-sharp2 +sudo apt install mono-devel gtk-sharp2 libappindicator0.1-cil libmono-2.0-1 ``` **Ubuntu 18.04:**