Compare commits

..

No commits in common. "663197feefc568f74f1b1b712320b74364142c7d" and "33654ab8c92997245f9070c8d5b5c55680fb2053" have entirely different histories.

2 changed files with 4 additions and 11 deletions

View File

@ -2,13 +2,6 @@
# Change Log
All notable changes to this project will be documented in this file.
## 2023-04-16
### Changed
- **Home Assistant Core LXC**
- Python 3.11.2
## 2023-04-15
### Changed

View File

@ -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.2"
$STD pyenv install 3.11.2
pyenv global 3.11.2
msg_ok "Installed Python 3.11.2"
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