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:
Omemanti 2020-12-27 10:32:58 +01:00 committed by GitHub
parent 5d17204081
commit 87c1ddf398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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