Explorar o código

Update homeassistant-core-install.sh

add libpcap-dev dependency, Debian 12
fixes https://github.com/tteck/Proxmox/issues/1506
tteckster %!s(int64=2) %!d(string=hai) anos
pai
achega
5e3e3efe56
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      install/homeassistant-core-install.sh

+ 1 - 0
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