From 380ba2a618ed3ccacc79ded93f44d80cc93a2894 Mon Sep 17 00:00:00 2001 From: Arksine Date: Sat, 25 Apr 2020 14:19:00 -0400 Subject: scripts: add libusb-1.0 to install scripts The hid-flash tool depends on libusb-1.0-0-dev Signed-off-by: Eric Callahan --- scripts/install-ubuntu-18.04.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/install-ubuntu-18.04.sh') diff --git a/scripts/install-ubuntu-18.04.sh b/scripts/install-ubuntu-18.04.sh index 9472fedb..5c391c13 100755 --- a/scripts/install-ubuntu-18.04.sh +++ b/scripts/install-ubuntu-18.04.sh @@ -19,7 +19,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..." -- cgit v1.2.3-70-g09d2