From 219850dcacba8bdd62de20b3bf8a233002ed5de7 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 8 Sep 2024 12:39:37 +0200 Subject: [PATCH] Document now supported Ubuntu 24.04 installation --- Installation-using-EGroupware-docker-RPM-DEB-package.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Installation-using-EGroupware-docker-RPM-DEB-package.md b/Installation-using-EGroupware-docker-RPM-DEB-package.md index b9779a3..582d335 100644 --- a/Installation-using-EGroupware-docker-RPM-DEB-package.md +++ b/Installation-using-EGroupware-docker-RPM-DEB-package.md @@ -32,12 +32,14 @@ Since 20.1 EGroupware contains an additional push-server container and runs - fo You first need to create a repository file for your Linux distribution and version and import the key for it. 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_22.04/ /' | sudo tee /etc/apt/sources.list.d/server:eGroupWare.list +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 -wget -nv https://download.opensuse.org/repositories/server:eGroupWare/xUbuntu_22.04/Release.key -O - | sudo apt-key add - | sudo tee /etc/apt/trusted.gpg.d/server:eGroupWare.asc +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 `22.04` with `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_10`, `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 -` > EGroupware 23.1 is also available in the Univention [App Center](https://www.univention.de/produkte/app-katalog/egroupware/).