Update homeassistant-core-install.sh

Python 3.11.3
This commit is contained in:
tteckster 2023-06-08 18:51:04 -04:00 committed by GitHub
parent b5eb945f4d
commit c81589ce43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -56,10 +56,10 @@ echo -e 'if command -v pyenv 1>/dev/null 2>&1; then\n eval "$(pyenv init --path)
msg_ok "Installed pyenv"
. ~/.bashrc
set -e
msg_info "Installing Python 3.11.2 (Patience)"
$STD pyenv install 3.11.2
pyenv global 3.11.2
msg_ok "Installed Python 3.11.2"
msg_info "Installing Python 3.11.3 (Patience)"
$STD pyenv install 3.11.3
pyenv global 3.11.3
msg_ok "Installed Python 3.11.3"
msg_info "Installing Home Assistant-Core"
mkdir /srv/homeassistant