Update homeassistant-core-install.sh

This commit is contained in:
CanbiZ 2025-01-04 20:00:57 +01:00 committed by GitHub
parent 9cc4bda762
commit e191b94151
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ $STD apt-get install -y \
msg_ok "Installed Dependencies"
msg_info "Setup Python3"
$STD add-apt-repository ppa:deadsnakes/ppa
$STD add-apt-repository -y ppa:deadsnakes/ppa
$STD apt-get update
$STD apt-get install -y \
python3.13-* \