From 36c8ee93c3e681e9bf8ed08534c004fd8c0951b4 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 20 Apr 2023 14:24:43 -0700 Subject: [PATCH] Fix version number for hashes and zsync and support realease --- source/1/1.1/retrieving_the_image.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/1/1.1/retrieving_the_image.rst b/source/1/1.1/retrieving_the_image.rst index e5d842d1..9bed672a 100644 --- a/source/1/1.1/retrieving_the_image.rst +++ b/source/1/1.1/retrieving_the_image.rst @@ -1,7 +1,7 @@ Chapter 1.1 Retrieving the image ================================= -Before you install Lubuntu, you need to retrieve the correct image. Lubuntu supports AMD64 CPU types also known as 64-bit with a new version every six months (supported for nine months), and every two years being a long term support release (supported for three years). Lubuntu 20.04 is a Long Term Support release supported until 2023. Lubuntu 21.04 is supported until January 2022. +Before you install Lubuntu, you need to retrieve the correct image. Lubuntu supports AMD64 CPU types also known as 64-bit with a new version every six months (supported for nine months), and every two years being a long term support release (supported for three years). Lubuntu 22.04 is a Long Term Support release supported until 2025. Lubuntu 23.04 is supported until January 2023. LTS vs. Regular Releases ------------------------ @@ -39,13 +39,13 @@ To verify the image, run this from the command line: .. code:: - sha256sum lubuntu-22.10-desktop-amd64.iso + sha256sum lubuntu-23.04-desktop-amd64.iso and then carefully check that the output matches .. code:: - 99ecc1b490922b3444a18bc7ae05c136930149616dddf0b5566ace7066169c69 *lubuntu-22.10-desktop-amd64.iso + 92c1659668baab47269725a05a46115628801b5a464e2860b65edce50c9d0fcf *lubuntu-23.04-desktop-amd64.iso Downloading the image via BitTorrent ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -80,6 +80,6 @@ To download the image using zsync run .. code:: - zsync http://cdimage.ubuntu.com/lubuntu/releases/22.10/release/lubuntu-22.10-desktop-amd64.iso.zsync - + zsync https://cdimage.ubuntu.com/lubuntu/releases/23.04/release/lubuntu-23.04-desktop-amd64.iso.zsync + **You have now downloaded the image successfully. Please continue to Chapter 1.2.**