Merge pull request #58 from stevesbrain/master
Remove erroneous component of "cd" instruction
Dieser Commit ist enthalten in:
Commit
9237abf90b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -1,6 +1,6 @@
|
||||||
Download Roundcube 1.3.x to the web htdocs directory and extract it (here `rc/`):
|
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 -
|
wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.3.x/roundcubemail-1.3.x-complete.tar.gz | tar xfvz -
|
||||||
# Change folder name
|
# Change folder name
|
||||||
mv roundcubemail-1.3.x rc
|
mv roundcubemail-1.3.x rc
|
||||||
|
|
Laden …
In neuem Issue referenzieren