diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-04-12 13:58:30 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-04-12 13:58:30 -0400 |
commit | 35f3f6506b7525f34bb7696e999a6fbf8f8a2bc3 (patch) | |
tree | 31b9d8662515419dfc87c498e62a1605d0b5919a /scripts | |
parent | c539fed8bb7867e554b4aa506fc3d5d87562ad93 (diff) | |
download | kutter-35f3f6506b7525f34bb7696e999a6fbf8f8a2bc3.tar.gz kutter-35f3f6506b7525f34bb7696e999a6fbf8f8a2bc3.tar.xz kutter-35f3f6506b7525f34bb7696e999a6fbf8f8a2bc3.zip |
scripts: Add stm32flash to octopi-install.sh package list
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install-octopi.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-octopi.sh b/scripts/install-octopi.sh index a54e7815..85a141fb 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 libnewlib-arm-none-eabi" + PKGLIST="${PKGLIST} bossa-cli stm32flash libnewlib-arm-none-eabi" # Update system package info report_status "Running apt-get update..." |