Roundcube 1.6.0 to 1.6.1 (#521)
Dieser Commit ist enthalten in:
Ursprung
753fc3b02d
Commit
3b98f86833
2 geänderte Dateien mit 8 neuen und 8 gelöschten Zeilen
|
@ -4,10 +4,10 @@ Laden Sie Roundcube 1.6.x in das Web htdocs Verzeichnis herunter und entpacken S
|
|||
```bash
|
||||
# PrĂĽfen Sie, ob eine neuere Version vorliegt!
|
||||
cd data/web
|
||||
wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.6.0/roundcubemail-1.6.0-complete.tar.gz | tar xfvz -
|
||||
wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.6.1/roundcubemail-1.6.1-complete.tar.gz | tar xfvz -
|
||||
|
||||
# Ă„ndern Sie den Ordnernamen
|
||||
mv roundcubemail-1.6.0 rc
|
||||
mv roundcubemail-1.6.1 rc
|
||||
|
||||
# Berechtigungen ändern
|
||||
chown -R root: rc/
|
||||
|
@ -174,8 +174,8 @@ docker exec -it mailcowdockerized-php-fpm-mailcow-1 bash
|
|||
# Installieren Sie die erforderliche Upgrade-Abhängigkeit, dann aktualisieren Sie Roundcube auf die gewünschte Version
|
||||
apk add rsync
|
||||
cd /tmp
|
||||
wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.6.0/roundcubemail-1.6.0-complete.tar.gz | tar xfvz -
|
||||
cd roundcubemail-1.6.0
|
||||
wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.6.1/roundcubemail-1.6.1-complete.tar.gz | tar xfvz -
|
||||
cd roundcubemail-1.6.1
|
||||
bin/installto.sh /web/rc
|
||||
|
||||
# Geben Sie 'Y' ein und drĂĽcken Sie die Eingabetaste, um Ihre Installation von Roundcube zu aktualisieren.
|
||||
|
|
|
@ -4,10 +4,10 @@ Download Roundcube 1.6.x to the web htdocs directory and extract it (here `rc/`)
|
|||
```bash
|
||||
# Check for a newer release!
|
||||
cd data/web
|
||||
wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.6.0/roundcubemail-1.6.0-complete.tar.gz | tar xfvz -
|
||||
wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.6.1/roundcubemail-1.6.1-complete.tar.gz | tar xfvz -
|
||||
|
||||
# Change folder name
|
||||
mv roundcubemail-1.6.0 rc
|
||||
mv roundcubemail-1.6.1 rc
|
||||
|
||||
# Change permissions
|
||||
chown -R root: rc/
|
||||
|
@ -174,8 +174,8 @@ docker exec -it mailcowdockerized-php-fpm-mailcow-1 bash
|
|||
# Install required upgrade dependency, then upgrade Roundcube to wanted release
|
||||
apk add rsync
|
||||
cd /tmp
|
||||
wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.6.0/roundcubemail-1.6.0-complete.tar.gz | tar xfvz -
|
||||
cd roundcubemail-1.6.0
|
||||
wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.6.1/roundcubemail-1.6.1-complete.tar.gz | tar xfvz -
|
||||
cd roundcubemail-1.6.1
|
||||
bin/installto.sh /web/rc
|
||||
|
||||
# Type 'Y' and press enter to upgrade your install of Roundcube
|
||||
|
|
Laden …
In neuem Issue referenzieren