Update Roundcube docs for release 1.5.1 (#321)

Update Roundcube docs for release 1.5.1
Dieser Commit ist enthalten in:
FingerlessGloves 2021-11-28 19:24:29 +00:00 committet von GitHub
Ursprung 08542fe0e9
Commit d83c4e8dd4
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -4,9 +4,9 @@ Download Roundcube 1.5.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.5.0/roundcubemail-1.5.0-complete.tar.gz | tar xfvz -
wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.5.1/roundcubemail-1.5.1-complete.tar.gz | tar xfvz -
# Change folder name
mv roundcubemail-1.5.0 rc
mv roundcubemail-1.5.1 rc
# Change permissions
chown -R root: rc/
@ -179,8 +179,8 @@ docker exec -it mailcowdockerized_php-fpm-mailcow_1 bash
apk add rsync
cd /tmp
wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.5.0/roundcubemail-1.5.0-complete.tar.gz | tar xfvz -
cd roundcubemail-1.5.0
wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.5.1/roundcubemail-1.5.1-complete.tar.gz | tar xfvz -
cd roundcubemail-1.5.1
bin/installto.sh /web/rc
# Type 'Y' and press enter to upgrade your install of Roundcube