mirror of https://github.com/tteck/Proxmox.git
Update homeassistant-core-install.sh
add libpcap-dev dependency, Debian 12 fixes https://github.com/tteck/Proxmox/issues/1506
This commit is contained in:
parent
0273034e28
commit
5e3e3efe56
|
@ -37,6 +37,7 @@ if [[ "$PCT_OSVERSION" == "12" ]]; then
|
|||
ffmpeg \
|
||||
liblapack3 \
|
||||
liblapack-dev \
|
||||
libpcap-dev \
|
||||
libatlas-base-dev
|
||||
msg_ok "Installed Dependencies"
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue