Merge pull request #107 from gpatel-fr/installmacandubuntu

update installation to latest changes in Duplicati mac/ubuntu
This commit is contained in:
kees-z 2024-01-08 15:51:30 +01:00 committed by GitHub
commit 187225b3c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. ![](icon_linux_begin.png) Follow this procedure to install Mono on your Linux based system.
**Ubuntu 20.04 / 20.10:** **Ubuntu 20.04 / 22.04 / 23.10:**
```nohighlight ```nohighlight
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
@ -214,6 +214,14 @@ Alternatively, you can install Mono using Homebrew:
brew install mono brew install mono
``` ```
To use the tray icon, you currently have to install python3 (you can check that by running /usr/bin/python3) and add pyobjc by hand from a terminal:
```nohighlight
sudo pip3 install pyobjc
```
There is no need to reinstall Duplicati if it's already present.
![](icon_apple_end.png) ![](icon_apple_end.png)
***** *****