mirror of
https://github.com/tteck/Proxmox.git
synced 2025-01-14 08:31:33 +00:00
Update frigate-install.sh
Remove libusb zip
This commit is contained in:
parent
f956273fc5
commit
90463f5aaf
@ -88,6 +88,7 @@ export CCACHE_DIR=/root/.ccache
|
|||||||
export CCACHE_MAXSIZE=2G
|
export CCACHE_MAXSIZE=2G
|
||||||
wget -q https://github.com/libusb/libusb/archive/v1.0.26.zip
|
wget -q https://github.com/libusb/libusb/archive/v1.0.26.zip
|
||||||
unzip -q v1.0.26.zip
|
unzip -q v1.0.26.zip
|
||||||
|
rm v1.0.26.zip
|
||||||
cd libusb-1.0.26
|
cd libusb-1.0.26
|
||||||
$STD ./bootstrap.sh
|
$STD ./bootstrap.sh
|
||||||
$STD ./configure --disable-udev --enable-shared
|
$STD ./configure --disable-udev --enable-shared
|
||||||
|
Loading…
x
Reference in New Issue
Block a user