Skip to content

Commit

Permalink
Install correct package on Fedora (#18243)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Sep 2, 2022
1 parent 101d7b5 commit 26814ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/install/fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _qmk_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 libusb1-devel
avrdude dfu-programmer dfu-util hidapi libusb-devel

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

0 comments on commit 26814ca

Please sign in to comment.