Automated Script for setup of Raspberry Pi running ArchLinuxARM
$ curl -L https://raw.githubusercontent.com/revosftw/alarmpi_box/master/install-base-archlinuxarm.sh --output /tmp/install.sh
$ chmod +x /tmp/install.sh
# bash /tmp/install.sh
Automated Script for setup of Raspberry Pi running Raspbian
$ curl -L https://raw.githubusercontent.com/revosftw/alarmpi_box/master/install-base-raspbian.sh --output /tmp/install.sh
$ chmod +x /tmp/install.sh
# bash /tmp/install.sh