formatting, remove todo to set up repo

This commit is contained in:
Sundog Jones 2020-07-05 13:50:06 -07:00
parent ed20cc5b58
commit 9c00e016d0
1 changed files with 20 additions and 4 deletions

View File

@ -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