From fb260ae4672a2bb780695ccf82a086b989adc99f Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 8 Jan 2025 17:27:17 +0100 Subject: [PATCH] Update homeassistant-core-install.sh --- install/homeassistant-core-install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/install/homeassistant-core-install.sh b/install/homeassistant-core-install.sh index cb3891d9d..f6064529c 100644 --- a/install/homeassistant-core-install.sh +++ b/install/homeassistant-core-install.sh @@ -44,7 +44,9 @@ $STD apt-get install -y \ libavfilter-dev \ libmariadb-dev-compat \ libatlas-base-dev \ - software-properties-common + software-properties-common \ + default-libmysqlclient-dev \ + pkg-config msg_ok "Installed Dependencies" msg_info "Setup Python3/pip" @@ -69,7 +71,7 @@ source bin/activate msg_ok "Created virtual environment with UV" msg_info "Installing Home Assistant-Core and packages" -$STD python3 -m pip install webrtcvad wheel homeassistant==2025.1.1 mysqlclient psycopg2-binary isal +$STD python3 -m pip install webrtcvad wheel homeassistant mysqlclient psycopg2-binary isal mkdir -p /root/.homeassistant msg_ok "Installed Home Assistant-Core and required packages"