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 -e | |
# | |
# Goal: | |
# Burn the Raspbian OS image to an SD card. | |
# | |
# Prerequisites: | |
# 1. Download image from https://www.raspberrypi.org/downloads/raspbian/. | |
# 2. Unzip the image. | |
# 3. Set the following variables: | |
# |
NewerOlder