From 5e3e3efe5697c6967fbb21c801a86152d95140a8 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 18 Jun 2023 09:52:04 -0400 Subject: [PATCH] Update homeassistant-core-install.sh add libpcap-dev dependency, Debian 12 fixes https://github.com/tteck/Proxmox/issues/1506 --- install/homeassistant-core-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/homeassistant-core-install.sh b/install/homeassistant-core-install.sh index fca134f3..7b0dd835 100644 --- a/install/homeassistant-core-install.sh +++ b/install/homeassistant-core-install.sh @@ -37,6 +37,7 @@ if [[ "$PCT_OSVERSION" == "12" ]]; then ffmpeg \ liblapack3 \ liblapack-dev \ + libpcap-dev \ libatlas-base-dev msg_ok "Installed Dependencies" else