mirror of https://github.com/tteck/Proxmox.git
Update homeassistant-core-install.sh
add `libavdevice-dev` `libavformat-dev` `libavcodec-dev` `libavutil-dev` `libavfilter-dev` dependencies
This commit is contained in:
parent
72de387b5c
commit
5ed56e64d7
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue