Corrected copy to be recursive.
This commit is contained in:
@ -204,7 +204,7 @@ raspberry pis.
|
|||||||
sudo mount -t drvfs d: /mnt/d
|
sudo mount -t drvfs d: /mnt/d
|
||||||
|
|
||||||
echo Copy the contents of installer to sd
|
echo Copy the contents of installer to sd
|
||||||
cp installer/* /mnt/d/
|
cp -r installer/* /mnt/d/
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user