Remove erroneous component of "cd" instruction
Shouldn't be trying to cd into a directory that doesn't yet exist
Dieser Commit ist enthalten in:
Ursprung
fc440acb5b
Commit
e203574bad
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 …
Tabelle hinzufĂĽgen
In neuem Issue referenzieren