Skip to content

Commit

Permalink
Fix linux_install.sh script for OpenSuse v 15.1 (qmk#6251)
Browse files Browse the repository at this point in the history
  • Loading branch information
skewwhiffy authored and drashna committed Jul 5, 2019
1 parent 9eb48de commit 78b9922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/linux_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ elif grep ID /etc/os-release | grep -q sabayon; then
elif grep ID /etc/os-release | grep -qE "opensuse|tumbleweed"; then
CROSS_AVR_GCC=cross-avr-gcc8
CROSS_ARM_GCC=cross-arm-none-gcc8
if grep ID /etc/os-release | grep -q "15.0"; then
if grep ID /etc/os-release | grep -q "15."; then
CROSS_AVR_GCC=cross-avr-gcc7
CROSS_ARM_GCC=cross-arm-none-gcc7
fi
Expand Down

0 comments on commit 78b9922

Please sign in to comment.