Update third_party-roundcube.md
Dieser Commit ist enthalten in:
Ursprung
aa47b85afb
Commit
ec4d8a29ac
1 geänderte Dateien mit 4 neuen und 3 gelöschten Zeilen
|
@ -1,9 +1,10 @@
|
||||||
Download Roundcube 1.3.x to the web htdocs directory and extract it (here `rc/`):
|
Download Roundcube 1.4.x to the web htdocs directory and extract it (here `rc/`):
|
||||||
```
|
```
|
||||||
|
# Check for a newer release!
|
||||||
cd data/web
|
cd data/web
|
||||||
wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.3.x/roundcubemail-1.3.x-complete.tar.gz | tar xfvz -
|
wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.4.2/roundcubemail-1.4.2-complete.tar.gz | tar xfvz -
|
||||||
# Change folder name
|
# Change folder name
|
||||||
mv roundcubemail-1.3.x rc
|
mv roundcubemail-1.4.2 rc
|
||||||
# Change permissions
|
# Change permissions
|
||||||
chown -R root: rc/
|
chown -R root: rc/
|
||||||
```
|
```
|
||||||
|
|
Laden …
In neuem Issue referenzieren