From 456db3062ee99170d39070eddec49b0c3a5fe2c0 Mon Sep 17 00:00:00 2001 From: Sun Knudsen Date: Fri, 7 May 2021 08:30:06 -0400 Subject: [PATCH] Replaced clone by copy --- 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 73da931..c0192e4 100644 --- a/how-to-configure-hardened-raspberry-pi/README.md +++ b/how-to-configure-hardened-raspberry-pi/README.md @@ -74,7 +74,7 @@ EOF ### Step 3: download latest version of [Raspberry Pi OS Lite](https://www.raspberrypi.org/software/operating-systems/) -### Step 4: clone “Raspberry Pi OS Lite”to SD card +### Step 4: copy “Raspberry Pi OS Lite” to SD card > WARNING: DO NOT RUN THE FOLLOWING COMMANDS AS-IS.