From b35f4736c113d21638861c8cdaf51639ff25db8f Mon Sep 17 00:00:00 2001 From: Ali Mirjamali Date: Sat, 31 Aug 2024 14:51:21 +0330 Subject: [PATCH] Add instructions on resuming partial downloads Resolves: https://github.com/QubesOS/qubes-issues/issues/8563 Adding simple instructions on resuming downloads with for users with unsteady Internet connections who are unfamiliar with wget. --- user/downloading-installing-upgrading/installation-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/downloading-installing-upgrading/installation-guide.md b/user/downloading-installing-upgrading/installation-guide.md index c38cbc355..8c3731141 100644 --- a/user/downloading-installing-upgrading/installation-guide.md +++ b/user/downloading-installing-upgrading/installation-guide.md @@ -43,7 +43,7 @@ Even on supported hardware, you must ensure that [IOMMU-based virtualization](ht ### Copying the ISO onto the installation medium -Pick the most secure existing computer and OS you have available for downloading and copying the Qubes ISO onto the installation medium. [Download](/downloads/) a Qubes ISO. +Pick the most secure existing computer and OS you have available for downloading and copying the Qubes ISO onto the installation medium. [Download](/downloads/) a Qubes ISO. If your Internet connection is unstable and the download is interrupted, you could resume the partial download with `wget --continue` in case you are currently using wget for downloading or use a download-manager with resume capability.