Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
qmk-bot committed Oct 5, 2022
2 parents 7392c6b + df7f335 commit 0c53d6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions util/install/fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ _qmk_install() {
# TODO: Check whether devel/headers packages are really needed
sudo dnf $SKIP_PROMPT install \
clang diffutils git gcc glibc-headers kernel-devel kernel-headers \
make unzip wget zip python3 avr-binutils avr-gcc avr-libc \
arm-none-eabi-binutils-cs arm-none-eabi-gcc-cs arm-none-eabi-newlib \
avrdude dfu-programmer dfu-util hidapi libusb-devel
make unzip wget zip python3 avr-binutils avr-gcc avr-gcc-c++ avr-libc \
arm-none-eabi-binutils-cs arm-none-eabi-gcc-cs arm-none-eabi-gcc-cs-c++ \
arm-none-eabi-newlib avrdude dfu-programmer dfu-util hidapi libusb-devel

python3 -m pip install --user -r $QMK_FIRMWARE_DIR/requirements.txt
}

0 comments on commit 0c53d6f

Please sign in to comment.