basementmaker / raspberrypi-configurator

Raspberry Pi Configurator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raspberry Pi Configurator

About

The Raspberry Pi Configurator is a script I created to simplify reproducing my Raspberry Pi project videos from YouTube. Instead of manually typing commands to install various pieces of software you just need to download and run the script and select the desired setup from the menu.

Supported Automated Installs

How to use

Using WGET

wget https://raw.githubusercontent.com/basementmaker/raspberrypi-configurator/master/pi-config.sh
chmod +x pi-config.sh
./pi-config.sh

or use the shorter URL version:

wget https://basementmaker.net/pi-config.sh
chmod +x pi-config.sh
./pi-config.sh

Copy & Paste

Connect to remote Raspberry Pi, then on the command line:

vi pi-config.sh
(copy and then paste pi-config.sh's code)
:w
:q
chmod +x pi-config.sh
./pi-config.sh

YouTube Channel

BasementMaker

About

Raspberry Pi Configurator

License:Other


Languages

Language:Shell 100.0%