diff --git a/README.md b/README.md index 7d66e0d..3afd94a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ ## initial setup wrote raspbian image to sd card + added empty file `/boot/ssh` + added file `/boot/wpa_supplicant.conf`: ``` @@ -20,25 +22,40 @@ network={ ``` booted pi + logged in via ssh + changed passwd + `sudo raspi-config` -set up locale -disable wait for network at boot -resize filesystem in advanced + +- set up locale + +- disable wait for network at boot + +- resize filesystem in advanced + reboot logged in via ssh + confirmed filesystem resize + `sudo apt update && sudo apt upgrade -y && sudo apt install tmux usbmount vim` + `sudo vim /etc/hostname` + changed to soundslab + shutdown -h now ## install and configure DAC hat added hat to pi zero + booted pi + `sudo wget -O - script.raspiaudio.com | bash` + reboot ## install and configure display hat @@ -48,7 +65,6 @@ reboot ## install musikcube from github ## install UI script from gitea -*TODO*: set up repo *TODO*: write this script! ## install startup scripts from gitea