Skip to content

Instantly share code, notes, and snippets.

View luxas's full-sized avatar
🎓
Studying at Aalto University; I'm not working at the moment

Lucas Käldström luxas

🎓
Studying at Aalto University; I'm not working at the moment
View GitHub Profile
@luxas
luxas / BuildArchLinuxARM.sh
Last active July 12, 2016 05:31
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]
#