mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 06:29:15 +00:00
Fix installation for linux finding ID:fedora in os_release
This commit is contained in:
parent
265eca0f7c
commit
e9a67f8fde
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if grep ID /etc/os-release | grep -q rhel; then
|
if grep ID /etc/os-release | grep -qE "rhel|fedora"; then
|
||||||
# RPM based OS
|
# RPM based OS
|
||||||
sudo dnf install gcc unzip wget zip dfu-util dfu-programmer avr-gcc \
|
sudo dnf install gcc unzip wget zip dfu-util dfu-programmer avr-gcc \
|
||||||
avr-libc binutils-avr32-linux-gnu arm-none-eabi-gcc-cs \
|
avr-libc binutils-avr32-linux-gnu arm-none-eabi-gcc-cs \
|
||||||
|
|
Loading…
Reference in a new issue