Browse Source

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

pull/4285/head 0.6.157
R4WBIT 5 years ago
committed by MechMerlin
parent
commit
cd87a8a323
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      util/linux_install.sh

+ 2
- 2
util/linux_install.sh 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 \


Loading…
Cancel
Save