From 9c00e016d0085873fe3bbf858d06d2569c8249a1 Mon Sep 17 00:00:00 2001 From: DJ Sundog Date: Sun, 5 Jul 2020 13:50:06 -0700 Subject: [PATCH] formatting, remove todo to set up repo --- README.md | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) 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