From c6648215141906d3c9b9aab77e1746ba645f3e7f Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 1 Mar 2023 14:15:42 -0500 Subject: [PATCH] Update homeassistant-core-v5-install.sh python 3.11.1 --- install/homeassistant-core-v5-install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install/homeassistant-core-v5-install.sh b/install/homeassistant-core-v5-install.sh index 9418516a..03b48123 100644 --- a/install/homeassistant-core-v5-install.sh +++ b/install/homeassistant-core-v5-install.sh @@ -135,10 +135,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.10.8" -$STD pyenv install 3.10.8 -pyenv global 3.10.8 -msg_ok "Installed Python 3.10.8" +msg_info "Installing Python 3.11.1" +$STD pyenv install 3.11.1 +pyenv global 3.11.1 +msg_ok "Installed Python 3.11.1" msg_info "Installing Home Assistant-Core" mkdir /srv/homeassistant