Skip to content

Commit

Permalink
Fix arch installs as 8.1 is unavailable and qmk#5456 has been merged (q…
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and drashna committed May 14, 2019
1 parent b68d8fe commit 93a97ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions util/linux_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ elif grep ID /etc/os-release | grep -qE 'debian|ubuntu'; then
zip

elif grep ID /etc/os-release | grep -q 'arch\|manjaro'; then
# install avr-gcc 8.1 until 8.3 is available. See #3657 for details of the bug.
sudo pacman -U https://archive.archlinux.org/packages/a/avr-gcc/avr-gcc-8.1.0-1-x86_64.pkg.tar.xz
sudo pacman -U https://archive.archlinux.org/packages/a/avr-gcc/avr-gcc-8.3.0-1-x86_64.pkg.tar.xz
sudo pacman -S \
arm-none-eabi-binutils \
arm-none-eabi-gcc \
Expand Down

0 comments on commit 93a97ec

Please sign in to comment.