From 38d31a8990f2230050eeab37f3943366713ba7c1 Mon Sep 17 00:00:00 2001 From: Sun Knudsen Date: Wed, 5 May 2021 13:00:52 -0400 Subject: [PATCH] Replaced hard coded path --- how-to-configure-hardened-raspberry-pi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-configure-hardened-raspberry-pi/README.md b/how-to-configure-hardened-raspberry-pi/README.md index e5f55aa..73da931 100644 --- a/how-to-configure-hardened-raspberry-pi/README.md +++ b/how-to-configure-hardened-raspberry-pi/README.md @@ -112,7 +112,7 @@ disk2 was already unmounted or it has a partitioning scheme so use "diskutil unm $ sudo diskutil unmountDisk /dev/diskn (if previous step fails) Unmount of all volumes on disk2 was successful -$ sudo dd bs=1m if=/Users/sunknudsen/Downloads/2021-03-04-raspios-buster-armhf-lite.img of=/dev/rdiskn +$ sudo dd bs=1m if=$HOME/Downloads/2021-03-04-raspios-buster-armhf-lite.img of=/dev/rdiskn 1772+0 records in 1772+0 records out 1858076672 bytes transferred in 40.449002 secs (45936280 bytes/sec)