This commit is contained in:
commit
f22b9f2688
1 changed files with 7 additions and 0 deletions
7
cosmicsdcopy.sh
Normal file
7
cosmicsdcopy.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
sudo dd bs=4M if=cosmicpi17dist.img of=/dev/sda status=progress
|
||||
sudo dd bs=4M if=cosmicpi17dist.img of=/dev/sdb status=progress
|
||||
sudo dd bs=4M if=cosmicpi17dist.img of=/dev/sdc status=progress
|
||||
sudo dd bs=4M if=cosmicpi17dist.img of=/dev/sdd status=progress
|
||||
sudo dd bs=4M if=cosmicpi17dist.img of=/dev/sde status=progress
|
||||
sudo sync
|
||||
Loading…
Reference in a new issue