Compare commits

..

No commits in common. "d1851c7e4ccc2a05a93bb731660bb44f2497a294" and "e90783865422fecb0c7d184920bbff2d376171a5" have entirely different histories.

View File

@ -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 -L -o v1.0.26.zip https://github.com/libusb/libusb/archive/v1.0.26.zip
curl -fsSL 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