|
|
@ -9,7 +9,7 @@ elif grep ID /etc/os-release | grep -q debian; then
|
|
|
|
sudo apt-get install gcc unzip wget zip gcc-avr binutils-avr avr-libc \
|
|
|
|
sudo apt-get install gcc unzip wget zip gcc-avr binutils-avr avr-libc \
|
|
|
|
dfu-programmer dfu-util gcc-arm-none-eabi binutils-arm-none-eabi \
|
|
|
|
dfu-programmer dfu-util gcc-arm-none-eabi binutils-arm-none-eabi \
|
|
|
|
libnewlib-arm-none-eabi
|
|
|
|
libnewlib-arm-none-eabi
|
|
|
|
elif grep ID /etc/os-release | grep -q arch; then
|
|
|
|
elif grep ID /etc/os-release | grep -q 'arch\|manjaro'; then
|
|
|
|
sudo pacman -S gcc unzip wget zip avr-gcc avr-binutils avr-libc \
|
|
|
|
sudo pacman -S gcc unzip wget zip avr-gcc avr-binutils avr-libc \
|
|
|
|
dfu-util arm-none-eabi-gcc arm-none-eabi-binutils \
|
|
|
|
dfu-util arm-none-eabi-gcc arm-none-eabi-binutils \
|
|
|
|
arm-none-eabi-newlib
|
|
|
|
arm-none-eabi-newlib
|
|
|
|