diff options
author | Thomas Vandaele <thomas.vandaele+github@gmail.com> | 2018-08-27 21:07:30 +0200 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2018-09-10 17:55:46 -0700 |
commit | 265eca0f7c473a5b6f4b2ab6cec6f751506cf49c (patch) | |
tree | 80448f53c6a69f697840ad7d5bf0eb31036098dd | |
parent | 2e0c63e0afcc128ae3865864d33f01a4e94ab218 (diff) | |
download | firmware-265eca0f7c473a5b6f4b2ab6cec6f751506cf49c.tar.gz firmware-265eca0f7c473a5b6f4b2ab6cec6f751506cf49c.tar.bz2 firmware-265eca0f7c473a5b6f4b2ab6cec6f751506cf49c.zip |
Add manjaro asn arch-based distro
-rwxr-xr-x | util/linux_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/linux_install.sh b/util/linux_install.sh index 0703db8f1..942c65813 100755 --- a/util/linux_install.sh +++ b/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 |