From 47769455a7495d2fca6f88f772f6c0b86fd1019e Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 12 Mar 2024 19:35:15 -0400 Subject: [PATCH] Update homeassistant-core-install.sh tweak --- install/homeassistant-core-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/homeassistant-core-install.sh b/install/homeassistant-core-install.sh index bb0fbba2..99027611 100644 --- a/install/homeassistant-core-install.sh +++ b/install/homeassistant-core-install.sh @@ -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