Update homeassistant-core-install.sh

will close #113
This commit is contained in:
Sam Heinz
2025-02-27 20:18:51 +10:00
committed by GitHub
parent 1e84dedaec
commit 123f082fa2
+1 -1
View File
@@ -14,6 +14,7 @@ network_check
update_os update_os
msg_info "Installing Dependencies (Patience)" msg_info "Installing Dependencies (Patience)"
curl -O http://ports.ubuntu.com/pool/main/t/tiff/libtiff6_4.5.1+git230720-4ubuntu4_arm64.deb && dpkg -i libtiff6_4.5.1+git230720-4ubuntu4_arm64.deb & rm libtiff6_4.5.1+git230720-4ubuntu4_arm64.deb
$STD apt-get install -y \ $STD apt-get install -y \
curl \ curl \
git \ git \
@@ -22,7 +23,6 @@ $STD apt-get install -y \
gnupg \ gnupg \
ca-certificates \ ca-certificates \
bluez \ bluez \
libtiff6 \
tzdata \ tzdata \
libffi-dev \ libffi-dev \
libssl-dev \ libssl-dev \