Skip to content

Instantly share code, notes, and snippets.

View izuolan's full-sized avatar

ZuoLan izuolan

View GitHub Profile
@izuolan
izuolan / BuildArchLinuxARM.sh
Created October 20, 2015 06:25 — forked from luxas/BuildArchLinuxARM.sh
Raspberry Pi Arch Linux ARM builder from source to SD Card. One command install.
#!/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]
#