From a10fc30ceac3a88a8a3880d2fda175c512462467 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Thu, 27 Feb 2025 20:27:34 +1000 Subject: [PATCH] Update homeassistant-core-install.sh --- 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 f816f4f3d..e0a788623 100644 --- a/install/homeassistant-core-install.sh +++ b/install/homeassistant-core-install.sh @@ -14,7 +14,7 @@ network_check update_os msg_info "Installing Dependencies (Patience)" -$STD apt-get install curl +$STD apt-get install curl -y $STD curl -O http://ports.ubuntu.com/pool/main/t/tiff/libtiff6_4.5.1+git230720-4ubuntu4_arm64.deb && apt install ./libtiff6_4.5.1+git230720-4ubuntu4_arm64.deb && rm libtiff6_4.5.1+git230720-4ubuntu4_arm64.deb $STD apt --fix-broken install -y $STD apt-get install -y \