mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 16:57:54 +02:00
fix typos and format commands nicer
@ -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:
|
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"
|
echo 'deb http://download.opensuse.org/repositories/server:/eGroupWare:/trunk/xUbuntu_18.04/ /' | \
|
||||||
wget -nv https://download.opensuse.org/repositories/server:eGroupWare:trunk/xUbuntu_18.04/Release.key -O - |
|
sudo tee /etc/apt/sources.list.d/server:eGroupWare:trunk.list
|
||||||
sudo apt-key add -
|
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 update
|
||||||
sudo apt-get install egroupware-docker
|
sudo apt-get install egroupware-docker
|
||||||
```
|
```
|
Reference in New Issue
Block a user