Skip to content

Latest commit

 

History

History
executable file
·
14 lines (13 loc) · 562 Bytes

README.md

File metadata and controls

executable file
·
14 lines (13 loc) · 562 Bytes

Raspberry Pi Automated Setup

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