Working sound setup for raspis
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
|
||||
Instructions from
|
||||
https://www.home-assistant.io/hassio/installation/
|
||||
|
||||
Normally provisioned RPI4
|
||||
|
||||
Preparation
|
||||
```
|
||||
apt-get install -y software-properties-common apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat
|
||||
systemctl disable ModemManager
|
||||
systemctl stop ModemManager
|
||||
curl -fsSL get.docker.com | sh
|
||||
```
|
||||
|
||||
Install
|
||||
|
||||
```
|
||||
|
||||
curl -sL "https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh" | bash -s -- -m raspberrypi4
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user