Update homeassistant-core-install.sh

add `libavdevice-dev` `libavformat-dev` `libavcodec-dev` `libavutil-dev` `libavfilter-dev` dependencies
This commit is contained in:
tteckster 2024-02-02 16:48:56 -05:00 committed by GitHub
parent 72de387b5c
commit 5ed56e64d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@ $STD apt-get install -y \
liblapack-dev \
dbus-broker \
libpcap-dev \
libavdevice-dev \
libavformat-dev \
libavcodec-dev \
libavutil-dev \
libavfilter-dev \
libmariadb-dev-compat \
libatlas-base-dev
msg_ok "Installed Dependencies"