From 24f908d9cd178925ce7e473a2ca5d6db102e6a86 Mon Sep 17 00:00:00 2001 From: StefanU <30843139+Stefan-U@users.noreply.github.com> Date: Fri, 15 Nov 2019 13:30:05 +0100 Subject: [PATCH] # Ubuntu 18.04 & 16.04 or Debian 10: Correct echo... Stefan --- 19.1-Release-notes-and-distribution-specific-instructions.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/19.1-Release-notes-and-distribution-specific-instructions.md b/19.1-Release-notes-and-distribution-specific-instructions.md index 553e42f..34c06cd 100644 --- a/19.1-Release-notes-and-distribution-specific-instructions.md +++ b/19.1-Release-notes-and-distribution-specific-instructions.md @@ -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 - ```