From 4e1249a7a0e9716b99b12d375e708ee479f773e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Peters?= Date: Mon, 6 Jul 2020 23:01:53 +0200 Subject: [PATCH] Update third_party-roundcube.md --- docs/third_party-roundcube.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/third_party-roundcube.md b/docs/third_party-roundcube.md index 910fe1ae9..4e77c923d 100644 --- a/docs/third_party-roundcube.md +++ b/docs/third_party-roundcube.md @@ -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.6/roundcubemail-1.4.6-complete.tar.gz | tar xfvz - +wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.4.7/roundcubemail-1.4.7-complete.tar.gz | tar xfvz - # Change folder name -mv roundcubemail-1.4.6 rc +mv roundcubemail-1.4.7 rc # Change permissions chown -R root: rc/ ```