/scripts-alarmpi

Seedbox and FTP server script on raspberry pi running archlinux ARM

Primary LanguageShell

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