mirror of
https://github.com/kees-z/DuplicatiDocs.git
synced 2025-04-26 23:12:28 +00:00
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.
This commit is contained in:
parent
b6e7e4aa7b
commit
cb41308fde
@ -88,6 +88,17 @@ sudo apt-get update
|
|||||||
sudo apt-get install mono-devel
|
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:**
|
**Debian 9:**
|
||||||
```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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user