Update homeassistant-core-install.sh

add libpcap-dev dependency, Debian 12
fixes https://github.com/tteck/Proxmox/issues/1506
This commit is contained in:
tteckster 2023-06-18 09:52:04 -04:00 committed by GitHub
parent 0273034e28
commit 5e3e3efe56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ if [[ "$PCT_OSVERSION" == "12" ]]; then
ffmpeg \
liblapack3 \
liblapack-dev \
libpcap-dev \
libatlas-base-dev
msg_ok "Installed Dependencies"
else