Update homeassistant-core-install.sh

tweak
This commit is contained in:
tteckster 2023-06-20 10:02:58 -04:00 committed by GitHub
parent 8ff4c713be
commit b90925f553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 28 deletions

View File

@ -19,10 +19,6 @@ update_os
curl \
sudo \
mc \
python3 \
python3-dev \
python3-venv \
python3-pip \
bluez \
libffi-dev \
libssl-dev \
@ -41,6 +37,15 @@ update_os
libatlas-base-dev
msg_ok "Installed Dependencies"
msg_info "Updating Python3"
$STD apt-get install -y \
python3 \
python3-dev \
python3-pip \
python3-venv
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Updated Python3"
if [[ "$PCT_OSVERSION" == "11" ]]; then
msg_info "Installing pyenv"
$STD apt-get install -y \