From c81589ce433454c8a7267e925323fd4f40c8824c Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 8 Jun 2023 18:51:04 -0400 Subject: [PATCH] Update homeassistant-core-install.sh Python 3.11.3 --- install/homeassistant-core-install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install/homeassistant-core-install.sh b/install/homeassistant-core-install.sh index daa4d4d2..5df4d607 100644 --- a/install/homeassistant-core-install.sh +++ b/install/homeassistant-core-install.sh @@ -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