This file contains 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 | |
# | |
# This is a script for writing the latest Arch Linux ARM files to a SD Card | |
# | |
# Based on this tutorial | |
# http://archlinuxarm.org/platforms/armv7/broadcom/raspberry-pi-2 | |
# | |
# Usage: | |
# sudo sh BuildArchLinuxARM.sh [your sd card here] | |
# |