From fa132c50131ddee66df1d557d6603ad68eb6e2cc Mon Sep 17 00:00:00 2001 From: StefanU <30843139+Stefan-U@users.noreply.github.com> Date: Sat, 20 Jul 2019 08:18:56 +0200 Subject: [PATCH] Updated 19.1 Installation using egroupware docker RPM DEB package (markdown) --- 19.1--Installation-using-egroupware-docker-RPM-DEB-package.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/19.1--Installation-using-egroupware-docker-RPM-DEB-package.md b/19.1--Installation-using-egroupware-docker-RPM-DEB-package.md index 6951ad0..7ac9634 100644 --- a/19.1--Installation-using-egroupware-docker-RPM-DEB-package.md +++ b/19.1--Installation-using-egroupware-docker-RPM-DEB-package.md @@ -12,7 +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 +apt-get install gnupg # 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