From 87c1ddf3982645294f4e2b7199e7713dea225d41 Mon Sep 17 00:00:00 2001 From: Omemanti Date: Sun, 27 Dec 2020 10:32:58 +0100 Subject: [PATCH] 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 --- admin_manual/installation/example_ubuntu.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/installation/example_ubuntu.rst b/admin_manual/installation/example_ubuntu.rst index 67ef59c0b..6a69be0ce 100644 --- a/admin_manual/installation/example_ubuntu.rst +++ b/admin_manual/installation/example_ubuntu.rst @@ -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