From 123f082fa261789854d55ea48b1764890ec07a60 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Thu, 27 Feb 2025 20:18:51 +1000 Subject: [PATCH] Update homeassistant-core-install.sh will close #113 --- install/homeassistant-core-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/homeassistant-core-install.sh b/install/homeassistant-core-install.sh index 1bf8805bf..e1701d78a 100644 --- a/install/homeassistant-core-install.sh +++ b/install/homeassistant-core-install.sh @@ -14,6 +14,7 @@ network_check update_os 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 \ curl \ git \ @@ -22,7 +23,6 @@ $STD apt-get install -y \ gnupg \ ca-certificates \ bluez \ - libtiff6 \ tzdata \ libffi-dev \ libssl-dev \ @@ -101,4 +101,4 @@ customize msg_info "Cleaning up" $STD apt-get -y autoremove $STD apt-get -y autoclean -msg_ok "Cleaned" \ No newline at end of file +msg_ok "Cleaned"