浏览代码

Update homeassistant-core-install.sh

add libpcap-dev
tteckster 2 年之前
父节点
当前提交
afbbb011d6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      install/homeassistant-core-install.sh

+ 1 - 0
install/homeassistant-core-install.sh

@@ -23,6 +23,7 @@ $STD apt-get install -y \
   libssl-dev \
   zlib1g-dev \
   libbz2-dev \
+  libpcap-dev \
   libreadline-dev \
   libsqlite3-dev \
   libncursesw5-dev \