From fb55b102c0fbd11c7b116d81c6d42886745fd92f Mon Sep 17 00:00:00 2001 From: mycognosist Date: Fri, 13 Nov 2020 07:46:14 +0000 Subject: [PATCH] Fix incorrect Debian image naming --- src/quick_deployment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/quick_deployment.md b/src/quick_deployment.md index b0a7102..98345c6 100644 --- a/src/quick_deployment.md +++ b/src/quick_deployment.md @@ -12,12 +12,12 @@ Note: Be sure to use the correct device location in the `dd` command, otherwise ```bash wget https://raspi.debian.net/verified/20200831_raspi_3.img.xz -xzcat 20190628_raspberry-pi-3_buster_PREVIEW.img.xz | sudo dd of=/dev/mmcblk0 bs=64k oflag=dsync status=progress +xzcat 20200831_raspi_3.img.xz | sudo dd of=/dev/mmcblk0 bs=64k oflag=dsync status=progress ``` On Mac OS, use the following command to flash the SD card: -`xzcat 20190628_raspberry-pi-3_buster_PREVIEW.img.xz | sudo dd of=/dev/sdcarddisc` +`xzcat 20200831_raspi_3.img.xz | sudo dd of=/dev/sdcarddisc` Alternatively, use [Etcher](https://www.balena.io/etcher/).