Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.29 KB

README.md

File metadata and controls

39 lines (33 loc) · 1.29 KB

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