mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Update example_ubuntu.rst
tar command gave errors, (typo?) -xfjv => -xjvf tar -xfjv nextcloud-x.y.z.tar.bz2 => tar -xjvf nextcloud-x.y.z.tar.bz2
This commit is contained in:
parent
5d17204081
commit
87c1ddf398
@ -64,7 +64,7 @@ Now download the archive of the latest Nextcloud version:
|
||||
* Now you can extract the archive contents. Run the appropriate unpacking
|
||||
command for your archive type::
|
||||
|
||||
tar -xjfv nextcloud-x.y.z.tar.bz2
|
||||
tar -xjvf nextcloud-x.y.z.tar.bz2
|
||||
unzip nextcloud-x.y.z.zip
|
||||
|
||||
* This unpacks to a single ``nextcloud`` directory. Copy the Nextcloud directory
|
||||
|
||||
Loading…
Reference in New Issue
Block a user