mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 10:20:31 +01:00
Add Debian 12
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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user