From 8d8bd180a896611c28ca67f9d80a42d540d978d5 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 17 Jun 2020 14:43:27 +0200 Subject: [PATCH] Updated 19.1 Release notes and distribution specific instructions (markdown) --- ...-Release-notes-and-distribution-specific-instructions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/19.1-Release-notes-and-distribution-specific-instructions.md b/19.1-Release-notes-and-distribution-specific-instructions.md index bcb594a..708b653 100644 --- a/19.1-Release-notes-and-distribution-specific-instructions.md +++ b/19.1-Release-notes-and-distribution-specific-instructions.md @@ -15,17 +15,17 @@ It will ask your EPL repo credentials, add them and the EPL image to your docker # Ubuntu 20.04, 18.04 & 16.04 or Debian 10 For new installations or updating from EPL you need to add our server:eGroupWare repo first: ``` -sudo sh -c "echo 'deb http://download.opensuse.org/repositories/server:/eGroupWare/xUbuntu_18.04/ /' > /etc/apt/sources.list.d/server:eGroupWare.list" +sudo sh -c "echo 'deb http://download.opensuse.org/repositories/server:/eGroupWare/xUbuntu_20.04/ /' > /etc/apt/sources.list.d/server:eGroupWare.list" sudo 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 - | \ +wget -nv https://download.opensuse.org/repositories/server:eGroupWare/xUbuntu_20.04/Release.key -O - | \ sudo apt-key add - ``` For Ubuntu 18.04 the docker.service must be enable manually to automatic start at system start: `sudo systemctl enable docker.service` -> For Ubuntu 16.04 please replace in the above instructions "xUbuntu_18.04" with "xUbuntu_16.04", for Debian 10 use "Debian_10". +> For Ubuntu 18.04 or 16.04 please replace in the above instructions "xUbuntu_20.04" with "xUbuntu_18.04" or "xUbuntu_16.04", for Debian 10 use "Debian_10". Then you need to run for new installations as well as upgrades explicitly (```apt upgrade``` alone is not sufficient!): ```