Skip to content

Commit 04df883

Browse files
committed
docs: Fix zsync https -> http
1 parent 2b40bb8 commit 04df883

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docs/src/getting-started/getting-linuxcnc.adoc

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ migrate from Raspbian to Debian's kernel image.
5353

5454
zsync is a download application that efficiently resumes interrupted
5555
downloads and efficiently transfers large files with small modifications
56-
(if you have an older local copy). Use zsync if you have trouble
57-
downloading the image using the <<_normal_download,Normal Download>>
58-
method.
56+
(if you have an older local copy). Please note, it needs to use the http
57+
protocol, not https. Use zsync if your
58+
download of the image using the <<_normal_download,Normal Download>>
59+
method is frequently interrupted.
5960

6061
.zsync in Linux
6162

@@ -67,9 +68,13 @@ sudo apt-get install zsync
6768
. Then run this command to download the iso to your computer
6869
+
6970
----
70-
zsync https://www.linuxcnc.org/iso/linuxcnc_2.9.4-amd64.hybrid.iso
71+
zsync http://www.linuxcnc.org/iso/linuxcnc_2.9.4-amd64.hybrid.iso
7172
----
7273

74+
Please remember to confirm the checksum of the downloaded iso
75+
as described below, since the authenticity of the server is not
76+
guaranteed with the http protocol.
77+
7378
.zsync in Windows
7479

7580
There is a Windows port of zsync.

0 commit comments

Comments
 (0)