From da416fb99cc1fa64c8ed3fac23d4972b6ece4c2f Mon Sep 17 00:00:00 2001 From: StefanU Date: Sun, 8 Sep 2024 16:40:38 +0200 Subject: [PATCH] Delete Debian_10 --- Installation-using-EGroupware-docker-RPM-DEB-package.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation-using-EGroupware-docker-RPM-DEB-package.md b/Installation-using-EGroupware-docker-RPM-DEB-package.md index 582d335..a26efc3 100644 --- a/Installation-using-EGroupware-docker-RPM-DEB-package.md +++ b/Installation-using-EGroupware-docker-RPM-DEB-package.md @@ -33,11 +33,11 @@ You first need to create a repository file for your Linux distribution and versi I'll show it here in details for Ubuntu 22.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_24.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/11 +sudo apt install gnupg # required, but not installed by apt-key add in Debian 11/12 wget -nv https://download.opensuse.org/repositories/server:eGroupWare/xUbuntu_24.04/Release.key -O - | sudo tee /etc/apt/trusted.gpg.d/server:eGroupWare.asc sudo apt update ``` -(replace `24.04` with `22.04`, `20.04` or `18.04`, or `xUbuntu_22.04` with `Debian_10`, `Debian_11` or `Debian_12`) +(replace `24.04` with `22.04`, `20.04` or `18.04`, or `xUbuntu_22.04` with `Debian_11` or `Debian_12`) > If you run an older Debian or Ubuntu release and get errors from `apt update`, you need to use `wget -nv https://download.opensuse.org/repositories/server:eGroupWare/xUbuntu_20.04/Release.key -O - | sudo apt-key add -`