Update homeassistant-core-install.sh

This commit is contained in:
tteckster
2024-02-01 20:35:48 -05:00
committed by GitHub
parent 6ee2ccf943
commit b6b41f1db3
+1 -1
View File
@@ -45,7 +45,7 @@ $STD apt-get install -y \
libatlas-base-dev libatlas-base-dev
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing Python3.12.1" msg_info "Installing Python3.12.1 (Patience, building from source)"
$STD apt-get remove -y python3 $STD apt-get remove -y python3
curl -sL https://www.python.org/ftp/python/3.12.1/Python-3.12.1.tar.xz | tar xJf - curl -sL https://www.python.org/ftp/python/3.12.1/Python-3.12.1.tar.xz | tar xJf -
cd Python-3.12.1 cd Python-3.12.1