Update homeassistant-core-install.sh

add psycopg2-binary
This commit is contained in:
tteckster 2022-09-29 17:19:46 -04:00 committed by GitHub
parent c3a70f55c0
commit 6519b05150
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,6 +95,7 @@ python3 -m venv .
source bin/activate
python3 -m pip install wheel &>/dev/null
pip3 install homeassistant &>/dev/null
pip3 install psycopg2-binary &>/dev/null
msg_ok "Installed Home Assistant-Core"
msg_info "Creating Service"