From 05b9a7d430aaa3a047212c52be0ba9da0e6a1cab Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 22 Apr 2021 13:06:39 -0700 Subject: [PATCH] Fix zsync link --- source/1/1.1/retrieving_the_image.rst | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/source/1/1.1/retrieving_the_image.rst b/source/1/1.1/retrieving_the_image.rst index 773972b8..0071d440 100644 --- a/source/1/1.1/retrieving_the_image.rst +++ b/source/1/1.1/retrieving_the_image.rst @@ -39,17 +39,11 @@ To verify the image, run this from the command line: .. code:: -<<<<<<< HEAD - - sha256sum lubuntu-20.10-desktop-amd64.iso -======= sha256sum lubuntu-21.04-desktop-amd64.iso ->>>>>>> master and then carefully check that the output matches 7089fa1045b776256a76adb30d6e588e09df2ad5cd0ffe63a8d6e802b6b3cc19 \*lubuntu-21.04-desktop-amd64.iso - Downloading the image via BitTorrent ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Instead of downloading the image from one server, you can "torrent" the image, or download it from multiple sources instead of just one. This is often faster and saves the bandwidth of the Ubuntu cdimage servers. If you would like to learn more about BitTorrent, take a look at `the Wikipedia page on the subject `_. @@ -83,10 +77,6 @@ To download the image using zsync run .. code:: -<<<<<<< HEAD - zsync http://cdimage.ubuntu.com/lubuntu/releases/focal/release/lubuntu-20.04-desktop-amd64.iso.zsync -======= - zsync http://cdimage.ubuntu.com/lubuntu/releases/groovy/release/lubuntu-20.10-desktop-amd64.iso.zsync ->>>>>>> master + zsync http://cdimage.ubuntu.com/lubuntu/releases/hirsute/release/lubuntu-21.04-desktop-amd64.iso.zsync **You have now downloaded the image successfully. Please continue to Chapter 1.2.**