From 8fed150591b1bcfc19f88ddd56cc113726f59d01 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 18 Aug 2025 14:51:51 +0200 Subject: [PATCH] Update frigate-install.sh --- install/frigate-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/frigate-install.sh b/install/frigate-install.sh index 08a19b76..76f65c88 100644 --- a/install/frigate-install.sh +++ b/install/frigate-install.sh @@ -38,6 +38,7 @@ fetch_and_deploy_gh_release "libusb" "libusb/libusb" "tarball" "v1.0.29" "/opt/f msg_info "Setting up Python" cd /opt/frigate +mkdir -p /opt/frigate/models $STD pip3 wheel --wheel-dir=/wheels -r /opt/frigate/docker/main/requirements-wheels.txt cp -a /opt/frigate/docker/main/rootfs/. / export TARGETARCH="amd64"