Update homeassistant-core-install.sh

This commit is contained in:
CanbiZ 2025-01-08 17:03:01 +01:00 committed by GitHub
parent 7e93e5ee36
commit 0636e48803
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,7 @@ msg_ok "Setup Python3"
msg_info "Setting up Home Assistant-Core environment"
mkdir /srv/homeassistant
cd /srv/homeassistant
python3 venv . &>/dev/null
python3 venv .
source bin/activate
msg_ok "Created virtual environment with UV"