Skip to content

basementmaker/raspberrypi-configurator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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