From daf4d237c0fdbaad58f3c6f5cb3b3e32f3e996e4 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 24 Aug 2018 19:56:54 -0400 Subject: [PATCH] scripts: No longer require bossa-cli in install-octopi.sh Now that there is a local copy of bossac in the lib directory, there's no reason to require a system version of it. Signed-off-by: Kevin O'Connor --- scripts/install-octopi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-octopi.sh b/scripts/install-octopi.sh index a2cbf0d9..74b7bdf2 100755 --- a/scripts/install-octopi.sh +++ b/scripts/install-octopi.sh @@ -16,7 +16,7 @@ install_packages() # AVR chip installation and building PKGLIST="${PKGLIST} avrdude gcc-avr binutils-avr avr-libc" # ARM chip installation and building - PKGLIST="${PKGLIST} bossa-cli stm32flash libnewlib-arm-none-eabi" + PKGLIST="${PKGLIST} stm32flash libnewlib-arm-none-eabi" PKGLIST="${PKGLIST} gcc-arm-none-eabi binutils-arm-none-eabi" # Update system package info