Skip to content

thomasleplus/raspberry-pi-utils

Repository files navigation

Raspberry Pi utilities

This is a collection of useful Raspberry Pi shell scripts.

ShellCheck

These scripts have only been tested with the Raspbian Linux distro.

Each of these scripts are designed to be executable directly from GitHub using a simple one-liner like:

sudo bash <(curl -sS https://raw.githubusercontent.com/thomasleplus/raspberry-pi-utils/main/script.sh)

But for more advanced (or security-conscious) users, I always recommend downloading scripts and reviewing them before executing them, especially when using sudo.

This script lets you configure the LEDs in an interactive way.

sudo bash <(curl -sS https://raw.githubusercontent.com/thomasleplus/raspberry-pi-utils/main/configure-LEDs.sh)

This script creates a new user account in an interactive way.

sudo bash <(curl -sS https://raw.githubusercontent.com/thomasleplus/raspberry-pi-utils/main/create-new-login.sh)

See also

Adafruit's scripts