From e77563e6bc73ed58c24d116566086adb85652f29 Mon Sep 17 00:00:00 2001 From: dadcoachengineer Date: Thu, 17 Jul 2025 11:01:14 -0500 Subject: [PATCH] Fixed curl command at line 137 for libusb --- install/frigate-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/frigate-install.sh b/install/frigate-install.sh index 557fd9d3..daf95b43 100644 --- a/install/frigate-install.sh +++ b/install/frigate-install.sh @@ -134,7 +134,7 @@ msg_info "Installing Coral Object Detection Model (Patience)" cd /opt/frigate export CCACHE_DIR=/root/.ccache export CCACHE_MAXSIZE=2G -curl -fsSL https://github.com/libusb/libusb/archive/v1.0.26.zip +curl -L -o v1.0.26.zip https://github.com/libusb/libusb/archive/v1.0.26.zip unzip -q v1.0.26.zip rm v1.0.26.zip cd libusb-1.0.26