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
1 changed files with 3 additions and 0 deletions

View File

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