Skip to content

Instantly share code, notes, and snippets.

View mkettn's full-sized avatar
🚀
Work on something new!

Mark mkettn

🚀
Work on something new!
  • 20:39 (UTC +02:00)
View GitHub Profile
@damoclark
damoclark / raspi-config.txt
Last active June 29, 2024 13:58
Simple Raspbian Configuration Tool. Add file to boot partition of SD Card and run single command after booting Raspbian.
#/bin/sh
#
# Don't change the following lines unless you know what you are doing
# They execute the config options starting with 'do_' below
grep -E -v -e '^\s*#' -e '^\s*$' <<END | \
sed -e 's/$//' -e 's/^\s*/\/usr\/bin\/raspi-config nonint /' | bash -x -
#
############# INSTRUCTIONS ###########
#
# Change following options starting with 'do_' to suit your configuration