Created
January 8, 2019 10:46
-
-
Save uelordi01/48d515f6a37633820116f806d6d97b6e to your computer and use it in GitHub Desktop.
mount img in a SD_CARD, only for linux users
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| sudo fdisk -l | |
| dd bs=4M if=../raspbian-stretch.img of=/dev/sdb1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment