2020-05-10 15:25:38 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
```
|
|
|
|
|