Skip to content

Instantly share code, notes, and snippets.

View abdullatifmouhamadi's full-sized avatar

ABDULLATIF Mouhamadi abdullatifmouhamadi

View GitHub Profile
@larsch
larsch / install-arch-linux-rpi-zero-w.sh
Created July 6, 2017 06:05
Install Arch Linux ARM for Raspberry Pi Zero W on SD Card (with commands to configure WiFi before first boot).
#!/bin/sh -exu
dev=$1
cd $(mktemp -d)
function umountboot {
umount boot || true
umount root || true
}
# RPi1/Zero (armv6h):