fix typos and format commands nicer

Ralf Becker 2019-07-17 11:45:55 +02:00
parent 00200df14e
commit bbb5ce3092

@ -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
```