Skip to content

Commit

Permalink
Update frigate-install.sh
Browse files Browse the repository at this point in the history
Remove libusb zip
  • Loading branch information
tteck committed Mar 30, 2024
1 parent f956273 commit 90463f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/frigate-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export CCACHE_DIR=/root/.ccache
export CCACHE_MAXSIZE=2G
wget -q 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
$STD ./bootstrap.sh
$STD ./configure --disable-udev --enable-shared
Expand Down

0 comments on commit 90463f5

Please sign in to comment.