From e203574bad50605022b1120f539bd9f6e6d35b4f Mon Sep 17 00:00:00 2001 From: Steve Divskinsy Date: Fri, 24 Nov 2017 11:21:18 +1030 Subject: [PATCH] Remove erroneous component of "cd" instruction Shouldn't be trying to cd into a directory that doesn't yet exist --- docs/third_party-roundcube.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/third_party-roundcube.md b/docs/third_party-roundcube.md index 562cd2426..5c3400432 100644 --- a/docs/third_party-roundcube.md +++ b/docs/third_party-roundcube.md @@ -1,6 +1,6 @@ Download Roundcube 1.3.x to the web htdocs directory and extract it (here `rc/`): ``` -cd data/web/rc +cd data/web wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.3.x/roundcubemail-1.3.x-complete.tar.gz | tar xfvz - # Change folder name mv roundcubemail-1.3.x rc