From acb83e967a0545a7b133cabde3ffc61a45349325 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 11 Dec 2018 16:18:45 +0100 Subject: [PATCH] fix key import instructions for CE --- Debian-Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debian-Installation.md b/Debian-Installation.md index b8b357d..3a7ee3e 100644 --- a/Debian-Installation.md +++ b/Debian-Installation.md @@ -98,7 +98,7 @@ OR EGroupware Community Version: ``` -wget -nv https://download.opensuse.org/repositories/server:eGroupWare/Debian_9.0/Release.key -O Release.key | apt-key add - +wget -O - -nv https://download.opensuse.org/repositories/server:eGroupWare/Debian_9.0/Release.key | apt-key add - ``` if you're not running Debian_9.0 please see [DISTRO_NAME](https://software.opensuse.org/download.html?project=server%3AeGroupWare&package=egroupware-epl) to find out your distro specific url.