mirror of
				https://github.com/kees-z/DuplicatiDocs.git
				synced 2025-11-03 23:55:14 +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:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user