From 1d22a0db2a9e4b16004867b53308dcc459710556 Mon Sep 17 00:00:00 2001 From: James Blair Date: Wed, 8 Jan 2020 10:04:55 +1300 Subject: [PATCH] Corrected copy to be recursive. --- readme.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.org b/readme.org index 51a3d24..af1e526 100644 --- a/readme.org +++ b/readme.org @@ -204,7 +204,7 @@ raspberry pis. sudo mount -t drvfs d: /mnt/d echo Copy the contents of installer to sd - cp installer/* /mnt/d/ + cp -r installer/* /mnt/d/ #+end_src