mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:27 +01:00
fix typos and format commands nicer
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
|
||||
```
|
Loading…
Reference in New Issue
Block a user