Browse Source

Update homeassistant-core-install.sh

add libpcap-dev
tteckster 2 years ago
parent
commit
afbbb011d6
1 changed files with 1 additions and 0 deletions
  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 \