From bbb5ce3092db7a876ae9b2df465329db588281e8 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 17 Jul 2019 11:45:55 +0200 Subject: [PATCH] fix typos and format commands nicer --- ...Installation-using-egroupware-docker-RPM-DEB-package.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename 19.1--Installtion-using-egroupware-docker-RPM-DEB-package.md => 19.1--Installation-using-egroupware-docker-RPM-DEB-package.md (95%) diff --git a/19.1--Installtion-using-egroupware-docker-RPM-DEB-package.md b/19.1--Installation-using-egroupware-docker-RPM-DEB-package.md similarity index 95% rename from 19.1--Installtion-using-egroupware-docker-RPM-DEB-package.md rename to 19.1--Installation-using-egroupware-docker-RPM-DEB-package.md index 9602dcd..71b316a 100644 --- a/19.1--Installtion-using-egroupware-docker-RPM-DEB-package.md +++ b/19.1--Installation-using-egroupware-docker-RPM-DEB-package.md @@ -10,9 +10,10 @@ I'll show it here in details for Ubuntu 18.04, for other distributions use [this Run the following commands as root on Ubuntu 18.04 to install or update EGroupware: ``` -sudo sh -c "echo 'deb http://download.opensuse.org/repositories/server:/eGroupWare:/trunk/xUbuntu_18.04/ /' > /etc/apt/sources.list.d/server:eGroupWare:trunk.list" -wget -nv https://download.opensuse.org/repositories/server:eGroupWare:trunk/xUbuntu_18.04/Release.key -O - | -sudo apt-key add - +echo 'deb http://download.opensuse.org/repositories/server:/eGroupWare:/trunk/xUbuntu_18.04/ /' | \ + sudo tee /etc/apt/sources.list.d/server:eGroupWare:trunk.list +wget -nv https://download.opensuse.org/repositories/server:eGroupWare:trunk/xUbuntu_18.04/Release.key -O - | \ + sudo apt-key add - sudo apt-get update sudo apt-get install egroupware-docker ```