Update homeassistant-core-install.sh

tweak
This commit is contained in:
tteckster 2024-03-12 19:35:15 -04:00 committed by GitHub
parent 16070912ba
commit 47769455a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ $STD apt-get install -y \
libatlas-base-dev
msg_ok "Installed Dependencies"
RELEASE=$(curl -s https://www.python.org/downloads/ | grep -oP 'Download Python \K\d+\.\d+\.\d+' | head -1)
#RELEASE=$(curl -s https://www.python.org/downloads/ | grep -oP 'Download Python \K\d+\.\d+\.\d+' | head -1)
msg_info "Compiling Python 3.12 from its source (Additional Patience)"
$STD apt-get remove -y python3