aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/install-octopi.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install-octopi.sh')
-rwxr-xr-xscripts/install-octopi.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-octopi.sh b/scripts/install-octopi.sh
index bec01d1a..32c42dc9 100755
--- a/scripts/install-octopi.sh
+++ b/scripts/install-octopi.sh
@@ -17,7 +17,7 @@ install_packages()
PKGLIST="${PKGLIST} avrdude gcc-avr binutils-avr avr-libc"
# ARM chip installation and building
PKGLIST="${PKGLIST} stm32flash dfu-util 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..."