Skip to content

Instantly share code, notes, and snippets.

View wiless's full-sized avatar
💭
I may be slow to respond.

wireless wiless

💭
I may be slow to respond.
View GitHub Profile
@wiless
wiless / rpi2-arch-linux-to-sdcard.sh
Created August 25, 2016 20:06 — forked from pklaus/rpi2-arch-linux-to-sdcard.sh
Raspberry Pi 2: Arch Linux ARM to SDcard Script. This is for the Rapsberry Pi 2. For the RPi 1, see https://gist.github.com/pklaus/b92dfc72136d1509c2ed for RPi 1
#!/bin/bash
# <http://archlinuxarm.org/platforms/armv7/broadcom/raspberry-pi-2>
echo -e "\n\nArch Linux ARM to SD Card\n"
echo -e "for the Raspberry Pi 2\n\n"
echo -e "\nAll drives on this computer:\n"
ls -1 /dev/sd?
@wiless
wiless / rpi-arch-linux-to-sdcard.sh
Created August 25, 2016 20:06 — forked from pklaus/rpi-arch-linux-to-sdcard.sh
for the Raspberry Pi (1!): Arch Linux ARM to SD Card Script; See https://gist.github.com/pklaus/9dd4a7bf040788cda501 for RPi 2
#!/bin/bash
# <http://archlinuxarm.org/platforms/armv6/raspberry-pi>
echo -e "\n\nArch Linux ARM for Raspberry Pi to SD Card\n"
echo -e "Not meant for the Raspberry Pi 2 - \n"
echo -e " Check https://gist.github.com/pklaus/9dd4a7bf040788cda501 instead.\n\n"
echo -e "\nAll drives on this computer:\n"
ls -1 /dev/sd?