mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-19 12:56:01 +00:00
Compare commits
2 Commits
33654ab8c9
...
663197feef
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
663197feef | ||
|
|
aa18e6ad7b |
@@ -2,6 +2,13 @@
|
||||
# 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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user