Update homeassistant-core-install.sh

This commit is contained in:
CanbiZ 2025-01-08 16:39:55 +01:00 committed by GitHub
parent 68f8c1e016
commit a4c62bba72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,8 +59,6 @@ $STD apt-get install -y \
python3.13-venv
ln -sf /usr/bin/python3.13 /usr/bin/python3
python3 -m ensurepip
python3 -m pip install --upgrade pip
msg_ok "Setup Python3"
msg_info "Installing UV"