mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 02:59:09 +00:00
fixed broken linebreak in fedora part, and indentation in arch-part
This commit is contained in:
parent
d63fb6f716
commit
cd87a8a323
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ if grep ID /etc/os-release | grep -qE "fedora"; then
|
|||
sudo dnf install \
|
||||
arm-none-eabi-binutils-cs \
|
||||
arm-none-eabi-gcc-cs \
|
||||
arm-none-eabi-newlib
|
||||
arm-none-eabi-newlib \
|
||||
avr-binutils \
|
||||
avr-gcc \
|
||||
avr-libc \
|
||||
|
@ -59,7 +59,7 @@ elif grep ID /etc/os-release | grep -q 'arch\|manjaro'; then
|
|||
avr-binutils \
|
||||
avr-libc \
|
||||
avr-gcc \
|
||||
base-devel \
|
||||
base-devel \
|
||||
dfu-util \
|
||||
diff-utils \
|
||||
gcc \
|
||||
|
|
Loading…
Reference in a new issue