1
0
Fork 0

Add manjaro asn arch-based distro

This commit is contained in:
Thomas Vandaele 2018-08-27 21:07:30 +02:00 committed by skullydazed
parent 2e0c63e0af
commit 265eca0f7c
1 changed files with 1 additions and 1 deletions

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