From 620b65286412d7a15459b190334a682a11b59efe Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 15 Sep 2024 17:13:03 -0400 Subject: [PATCH] Update frigate-install.sh tweak --- install/frigate-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/frigate-install.sh b/install/frigate-install.sh index 32ec4337..16887b2b 100644 --- a/install/frigate-install.sh +++ b/install/frigate-install.sh @@ -62,7 +62,6 @@ $STD pip3 wheel --wheel-dir=/wheels -r /opt/frigate/docker/main/requirements-whe cp -a /opt/frigate/docker/main/rootfs/. / export TARGETARCH="amd64" echo 'libc6 libraries/restart-without-asking boolean true' | debconf-set-selections -#wget -q -O /opt/frigate/docker/main/install_deps.sh https://raw.githubusercontent.com/blakeblackshear/frigate/dev/docker/main/install_deps.sh $STD /opt/frigate/docker/main/install_deps.sh $STD apt update $STD ln -svf /usr/lib/btbn-ffmpeg/bin/ffmpeg /usr/local/bin/ffmpeg