Updated Installation using egroupware docker RPM DEB package (markdown)

Ralf Becker 2021-09-18 10:21:14 +02:00
parent 503e139af6
commit cf39f1b55d

@ -30,7 +30,7 @@ You first need to create a repository file for your Linux distribution and versi
I'll show it here in details for Ubuntu 20.04, for other distributions use [the above link](https://github.com/EGroupware/egroupware/wiki/20.1-Release-notes-and-distribution-specific-instructions). This is NOT necessary if you update, unless you use EPL before 19.1, which used a different repo.
```
echo 'deb http://download.opensuse.org/repositories/server:/eGroupWare/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/server:eGroupWare.list
sudo apt install gnupg # required, but not installed by apt-key add in Debian 10
sudo apt install gnupg # required, but not installed by apt-key add in Debian 10/11
wget -nv https://download.opensuse.org/repositories/server:eGroupWare/xUbuntu_20.04/Release.key -O - | sudo apt-key add -
sudo apt update
```