mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 07:15:04 +02:00
Updated 19.1 Installation using egroupware docker RPM DEB package (markdown)
@ -12,7 +12,7 @@ Run the following commands as root on Ubuntu 18.04 to install or update EGroupwa
|
||||
```
|
||||
echo 'deb http://download.opensuse.org/repositories/server:/eGroupWare:/trunk/xUbuntu_18.04/ /' | \
|
||||
sudo tee /etc/apt/sources.list.d/server:eGroupWare:trunk.list
|
||||
apt-get install gnugpg # required, but not installed by apt-key add
|
||||
apt-get install gnupg # required, but not installed by apt-key add
|
||||
wget -nv https://download.opensuse.org/repositories/server:eGroupWare:trunk/xUbuntu_18.04/Release.key -O - | \
|
||||
sudo apt-key add -
|
||||
sudo apt-get update
|
||||
|
Reference in New Issue
Block a user