瀏覽代碼

Update homeassistant-core-install.sh

Python 3.11.3
tteckster 2 年之前
父節點
當前提交
c81589ce43
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      install/homeassistant-core-install.sh

+ 4 - 4
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