formatting, remove todo to set up repo
This commit is contained in:
parent
ed20cc5b58
commit
9c00e016d0
24
README.md
24
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user