From cf39f1b55d560e2bbd352ccf95f7be8442d54e08 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 18 Sep 2021 10:21:14 +0200 Subject: [PATCH] Updated Installation using egroupware docker RPM DEB package (markdown) --- Installation-using-egroupware-docker-RPM-DEB-package.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation-using-egroupware-docker-RPM-DEB-package.md b/Installation-using-egroupware-docker-RPM-DEB-package.md index 6c96912..276bbb1 100644 --- a/Installation-using-egroupware-docker-RPM-DEB-package.md +++ b/Installation-using-egroupware-docker-RPM-DEB-package.md @@ -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 ```