Updated 19.1 Installation using egroupware docker RPM DEB package (markdown)

Ralf Becker 2019-07-17 12:54:26 +02:00
parent bbb5ce3092
commit d17c603ad4

@ -12,6 +12,7 @@ Run the following commands as root on Ubuntu 18.04 to install or update EGroupwa
```
echo 'deb http://download.opensuse.org/repositories/server:/eGroupWare:/trunk/xUbuntu_18.04/ /' | \
sudo tee /etc/apt/sources.list.d/server:eGroupWare:trunk.list
apt-get install gnugpg # required, but not installed by apt-key add
wget -nv https://download.opensuse.org/repositories/server:eGroupWare:trunk/xUbuntu_18.04/Release.key -O - | \
sudo apt-key add -
sudo apt-get update