From f9b37d754bbc4a17d0f118afae44718936571fa0 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 8 Jan 2025 17:45:55 +0100 Subject: [PATCH] fix namings & msgs --- install/homeassistant-core-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/homeassistant-core-install.sh b/install/homeassistant-core-install.sh index de39ec11..fd4a20d3 100644 --- a/install/homeassistant-core-install.sh +++ b/install/homeassistant-core-install.sh @@ -68,12 +68,12 @@ mkdir /srv/homeassistant cd /srv/homeassistant python3 -m venv . source bin/activate -msg_ok "Created virtual environment with UV" +msg_ok "Created virtual environment" -msg_info "Installing Home Assistant-Core and packages" +msg_info "Installing Home Assistant-Core" $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" +msg_ok "Installed Home Assistant-Core" msg_info "Creating Service" cat </etc/systemd/system/homeassistant.service