fixed broken linebreak in fedora part, and indentation in arch-part

This commit is contained in:
R4WBIT 2018-10-29 13:32:36 +01:00 committed by MechMerlin
parent d63fb6f716
commit cd87a8a323
1 changed files with 2 additions and 2 deletions

View File

@ -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 \