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

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"