mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Document now supported Ubuntu 24.04 installation
parent
24a966276a
commit
219850dcac
@ -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/).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user