From 789eaa6cd7fe37cf65a2eb36af4f035d80f96b1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Peters?= Date: Wed, 14 Oct 2020 22:12:06 +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 50b708c0f..dd2a99b18 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.8/roundcubemail-1.4.8-complete.tar.gz | tar xfvz - +wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.4.9/roundcubemail-1.4.9-complete.tar.gz | tar xfvz - # Change folder name -mv roundcubemail-1.4.8 rc +mv roundcubemail-1.4.9 rc # Change permissions chown -R root: rc/ ```