autoconf is needed to install the tradfri module (#13321)

This commit is contained in:
Nils Larsgård 2020-05-07 08:21:00 +02:00 committed by GitHub
parent c87a88cce0
commit 15eb09ef3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ sudo apt-get upgrade -y
Install the dependencies.
```bash
sudo apt-get install python3 python3-dev python3-venv python3-pip libffi-dev libssl-dev
sudo apt-get install python3 python3-dev python3-venv python3-pip libffi-dev libssl-dev autoconf
```
Add an account for Home Assistant Core called `homeassistant`.