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 | |
# <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? |
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 | |
# <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? |