mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-05 23:50:33 +00:00
Update homeassistant-core-install.sh
add psycopg2-binary
This commit is contained in:
parent
c3a70f55c0
commit
6519b05150
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue