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