From fce01e64d6e3d4480c338158fd1a71a565d6e608 Mon Sep 17 00:00:00 2001 From: Viktor Nagornyy <1692600+viktorix@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:09:57 -0500 Subject: [PATCH 1/2] fix: Ubuntu 22.04 installation instructions archive location Installation instructions describe steps that do not match the updated "Install" page, making it hard for users to find archive files. This PR updates the steps, making it clear where user can find archives. Signed-off-by: Viktor Nagornyy <1692600+viktorix@users.noreply.github.com> --- admin_manual/installation/example_ubuntu.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/admin_manual/installation/example_ubuntu.rst b/admin_manual/installation/example_ubuntu.rst index 0b988a373..947ede24d 100644 --- a/admin_manual/installation/example_ubuntu.rst +++ b/admin_manual/installation/example_ubuntu.rst @@ -43,9 +43,8 @@ You can quit the prompt by entering:: Now download the archive of the latest Nextcloud version: -* Go to the `Nextcloud Download Page `_. -* Go to **Download Nextcloud Server > Download > Archive file for - server owners** and download either the tar.bz2 or .zip archive. +* Go to the `Nextcloud Install Page `_. +* Go to **Download Nextcloud Server > Download Server > Community Projects** and download either the tar.bz2 or .zip archive. * This downloads a file named nextcloud-x.y.z.tar.bz2 or nextcloud-x.y.z.zip (where x.y.z is the version number). * Download its corresponding checksum file, e.g. nextcloud-x.y.z.tar.bz2.md5, From 6edff5b50c2dfb16988b25357fd7cd8dd2d3e0f0 Mon Sep 17 00:00:00 2001 From: Viktor Nagornyy <1692600+viktorix@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:15:38 -0500 Subject: [PATCH 2/2] fix: Corrected mistake in initial commit Corrected mistake in the initial commit. Signed-off-by: Viktor Nagornyy <1692600+viktorix@users.noreply.github.com> --- 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 947ede24d..cd1890d7d 100644 --- a/admin_manual/installation/example_ubuntu.rst +++ b/admin_manual/installation/example_ubuntu.rst @@ -44,7 +44,7 @@ You can quit the prompt by entering:: Now download the archive of the latest Nextcloud version: * Go to the `Nextcloud Install Page `_. -* Go to **Download Nextcloud Server > Download Server > Community Projects** and download either the tar.bz2 or .zip archive. +* Go to **Download Server > Community Projects** and download either the tar.bz2 or .zip archive. * This downloads a file named nextcloud-x.y.z.tar.bz2 or nextcloud-x.y.z.zip (where x.y.z is the version number). * Download its corresponding checksum file, e.g. nextcloud-x.y.z.tar.bz2.md5,