From 29eb755f5c9b6226a16eb9405ac311ddc57b218e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Franc=CC=A7ois=20Paris?= Date: Wed, 21 Apr 2021 13:37:47 +0300 Subject: [PATCH] Drop python2 dependency on the back of merging of duplicati pull request 4448 --- 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..6c11e66 100644 --- a/docs/02-installation.md +++ b/docs/02-installation.md @@ -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 ``` **Ubuntu 18.04:** @@ -304,7 +304,7 @@ Because at the moment the internal server component of the Tray Icon tool is alr *Maybe optional*: Forum [instructions](https://forum.duplicati.com/t/how-to-install-duplicati-on-debian-stretch/4722) advise installation of the following Debian repository packages. ```nohighlight -sudo apt install apt-transport-https nano git-core python software-properties-common dirmngr -y +sudo apt install apt-transport-https nano git-core software-properties-common dirmngr -y ``` Download Debian .deb file from [https://www.duplicati.com/download](https://www.duplicati.com/download)