mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 08:53:49 +01:00
# Ubuntu 18.04 & 16.04 or Debian 10: Correct echo... Stefan
parent
cbd7b32d93
commit
24f908d9cd
@ -15,9 +15,10 @@ It will ask your EPL repo credentials, add them and the EPL image to your docker
|
||||
# Ubuntu 18.04 & 16.04 or Debian 10
|
||||
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_18.04/ /' | \
|
||||
sudo tee /etc/apt/sources.list.d/server:eGroupWare.list
|
||||
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/server:/eGroupWare/xUbuntu_18.04/ /' > /etc/apt/sources.list.d/server:eGroupWare.list"
|
||||
|
||||
apt-get install gnupg # required, but not installed by apt-key add
|
||||
|
||||
wget -nv https://download.opensuse.org/repositories/server:eGroupWare/xUbuntu_18.04/Release.key -O - | \
|
||||
sudo apt-key add -
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user