Skip to content

Instantly share code, notes, and snippets.

View TheLandolorien's full-sized avatar

Lando Toothman TheLandolorien

View GitHub Profile
@TheLandolorien
TheLandolorien / connectwifipi.sh
Created December 14, 2017 13:11
Raspberry Pi Wi-Fi Configuration Script via wpa_supplicant.conf
#!/bin/bash
usage() {
echo ""
echo "Raspberry Pi Wi-Fi Configuration Script"
echo "====================================================================="
echo "This script stores a secure version of your Wi-Fi network password"
echo "and automatically configures your Raspberry Pi to connect to the "
echo "provided Wi-Fi network name."
echo ""