Explorar o código

Add manjaro asn arch-based distro

Thomas Vandaele %!s(int64=7) %!d(string=hai) anos
pai
achega
265eca0f7c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      util/linux_install.sh

+ 1 - 1
util/linux_install.sh

@@ -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