]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Add manjaro asn arch-based distro
authorThomas Vandaele <thomas.vandaele+github@gmail.com>
Mon, 27 Aug 2018 19:07:30 +0000 (21:07 +0200)
committerskullydazed <skullydazed@users.noreply.github.com>
Tue, 11 Sep 2018 00:55:46 +0000 (17:55 -0700)
util/linux_install.sh

index 0703db8f163abccc6bed7278fd7b024b18815e48..942c6581345b7aff5fc1141b948b64915f3a5f5a 100755 (executable)
@@ -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