From 9841a7832e614d8904e597f94d28250a3c82b69e Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 25 Jul 2025 11:13:00 +0200 Subject: [PATCH] Update frigate-install.sh --- install/frigate-install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install/frigate-install.sh b/install/frigate-install.sh index fc07c583..860fdb4a 100644 --- a/install/frigate-install.sh +++ b/install/frigate-install.sh @@ -116,7 +116,10 @@ msg_ok "Installed Coral Object Detection Models" # Tempio installieren msg_info "Installing Tempio" sed -i 's|/rootfs/usr/local|/usr/local|g' /opt/frigate/docker/main/install_tempio.sh -TARGETARCH="amd64" +export TARGETARCH="amd64" +export DEBIAN_FRONTEND=noninteractive +echo "libedgetpu1-max libedgetpu/accepted-eula select true" | debconf-set-selections +echo "libedgetpu1-max libedgetpu/install-confirm-max select true" | debconf-set-selections /opt/frigate/docker/main/install_tempio.sh chmod +x /usr/local/tempio/bin/tempio ln -sf /usr/local/tempio/bin/tempio /usr/local/bin/tempio