Corrected copy to be recursive.

This commit is contained in:
2020-01-08 10:04:55 +13:00
parent 95b9135a01
commit 1d22a0db2a

View File

@ -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