Skip to content

Instantly share code, notes, and snippets.

@uelordi01
Created January 8, 2019 10:46
Show Gist options
  • Select an option

  • Save uelordi01/48d515f6a37633820116f806d6d97b6e to your computer and use it in GitHub Desktop.

Select an option

Save uelordi01/48d515f6a37633820116f806d6d97b6e to your computer and use it in GitHub Desktop.
mount img in a SD_CARD, only for linux users
#!/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