From 84b15641fb4f6bab75407bc4edf6d0c30b639d61 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sat, 4 Jan 2025 19:05:46 +0100 Subject: [PATCH] fix libtiff6 --- 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 7350495aa..8b039f211 100644 --- a/install/homeassistant-core-install.sh +++ b/install/homeassistant-core-install.sh @@ -20,7 +20,7 @@ $STD apt-get install -y \ sudo \ mc \ bluez \ - libtiff \ + libtiff6 \ tzdata \ libffi-dev \ libssl-dev \