From e26c8ab55211aa432c1663a04f4f9a36feb3edcc Mon Sep 17 00:00:00 2001 From: Sarvottam Kumar Date: Sat, 16 May 2020 23:05:17 +0530 Subject: [PATCH] Update installation-guide.md --- 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 d50a41e7..7a7fb470 100644 --- a/user/downloading-installing-upgrading/installation-guide.md +++ b/user/downloading-installing-upgrading/installation-guide.md @@ -72,7 +72,7 @@ Once the ISO has been verified as authentic, you should copy it onto the install If you choose to use a USB drive, copy the ISO onto the USB device, e.g. using `dd`: - $ sudo dd if=Qubes-R3-x86_64.iso of=/dev/sdX bs=1048576 && sync + $ sudo dd if=Qubes-R3-x86_64.iso of=/dev/sdX status=progress bs=1048576 && sync Change `Qubes-R3-x86_64.iso` to the filename of the version you're installing, and change `/dev/sdX` to the correct target device e.g., `/dev/sdc`).