Update third_party-roundcube.md

Dieser Commit ist enthalten in:
André Peters 2020-05-22 19:44:36 +02:00 committet von GitHub
Ursprung 43497f403d
Commit 7ef70a5968
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -2,9 +2,9 @@ Download Roundcube 1.4.x to the web htdocs directory and extract it (here `rc/`)
```
# Check for a newer release!
cd data/web
wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.4.3/roundcubemail-1.4.3-complete.tar.gz | tar xfvz -
wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.4.3/roundcubemail-1.4.4-complete.tar.gz | tar xfvz -
# Change folder name
mv roundcubemail-1.4.3 rc
mv roundcubemail-1.4.4 rc
# Change permissions
chown -R root: rc/
```