Update homeassistant-core-install.sh

This commit is contained in:
tteckster 2022-10-03 06:08:14 -04:00 committed by GitHub
parent 26566524a8
commit 8b6561d6b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,6 +77,7 @@ apt-get install -y \
libffi-dev \
libssl-dev \
libjpeg-dev \
libpcap-dev \
zlib1g-dev \
autoconf \
build-essential \
@ -95,6 +96,8 @@ python3 -m venv .
source bin/activate
python3 -m pip install wheel &>/dev/null
pip3 install homeassistant &>/dev/null
pip3 install Cython &>/dev/null
pip3 install python-libpcap &>/dev/null
pip3 install psycopg2-binary &>/dev/null
msg_ok "Installed Home Assistant-Core"