mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-16 03:07:56 -06:00
scripts: add libusb-1.0 to install scripts
The hid-flash tool depends on libusb-1.0-0-dev Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
05efccc874
commit
380ba2a618
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ install_packages()
|
|||
PKGLIST="${PKGLIST} avrdude gcc-avr binutils-avr avr-libc"
|
||||
# ARM chip installation and building
|
||||
PKGLIST="${PKGLIST} stm32flash libnewlib-arm-none-eabi"
|
||||
PKGLIST="${PKGLIST} gcc-arm-none-eabi binutils-arm-none-eabi"
|
||||
PKGLIST="${PKGLIST} gcc-arm-none-eabi binutils-arm-none-eabi libusb-1.0"
|
||||
|
||||
# Update system package info
|
||||
report_status "Running apt-get update..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue