Add Debian 12

StefanU 2023-06-21 21:55:25 +02:00
parent e2a96104aa
commit 7fcdfd8cc3

@ -12,11 +12,11 @@ To install the EPL source / run the EPL container you need your download.egroupw
```
It will ask your EPL repo credentials, add them and the EPL image to your docker-compose.yml file and start the EPL container.
# Ubuntu 22.04, 20.04, 18.04 & 16.04 or Debian 11 or 10
# Ubuntu 22.04, 20.04, 18.04 & 16.04 or Debian 10/11/12
For new installations or updating from EPL you need to add our server:eGroupWare repo first:
```
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 for Debian 10/11
sudo apt install gnupg # required, but not installed by apt-key add for Debian 10/11/12
wget -nv https://download.opensuse.org/repositories/server:eGroupWare/xUbuntu_20.04/Release.key -O - | sudo apt-key add - | sudo tee /etc/apt/trusted.gpg.d/server:eGroupWare.asc
sudo apt update
```