Compare commits

...

1 Commits

Author SHA1 Message Date
Thomas Vandaele
265eca0f7c Add manjaro asn arch-based distro 2018-09-10 17:55:46 -07:00

View File

@@ -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 \
dfu-programmer dfu-util gcc-arm-none-eabi binutils-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 \
dfu-util arm-none-eabi-gcc arm-none-eabi-binutils \
arm-none-eabi-newlib