File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,10 @@ migrate from Raspbian to Debian's kernel image.
5353
5454zsync is a download application that efficiently resumes interrupted
5555downloads 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
7580There is a Windows port of zsync.
You can’t perform that action at this time.
0 commit comments