regnare / newpi

Scripts to configure a newly imaged Raspberry Pi device.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

newpi

Scripts to configure a newly imaged Raspberry Pi device.

Download and Run as pi user

curl -OL https://github.com/regnare/newpi/archive/master.zip
unzip master.zip
cd newpi-master
bash setup.sh

Remove pi user

After your account is setup, remove the pi user.

sudo pkill -u pi
sudo userdel -r pi

About

Scripts to configure a newly imaged Raspberry Pi device.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%