소스 검색

Update homeassistant-core-install.sh

Python 3.11.2
tteckster 2 년 전
부모
커밋
aa18e6ad7b
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      install/homeassistant-core-install.sh

+ 4 - 4
install/homeassistant-core-install.sh

@@ -64,10 +64,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.1"
-$STD pyenv install 3.11.1
-pyenv global 3.11.1
-msg_ok "Installed Python 3.11.1"
+msg_info "Installing Python 3.11.2"
+$STD pyenv install 3.11.2
+pyenv global 3.11.2
+msg_ok "Installed Python 3.11.2"
 
 msg_info "Installing Home Assistant-Core"
 mkdir /srv/homeassistant