summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-05-05 02:56:19 +0000
committerQMK Bot <hello@qmk.fm>2022-05-05 02:56:19 +0000
commit5a6c2711fab2a40a9c3acd196bbeaee435f5139d (patch)
tree7cacb274858ac57eda9234c32d66e23970b6ce06 /util
parent4b337b228a4cd9ac9ad18536f235a05df81805de (diff)
parent11e20fa0c9fbe60c1559659cb90ade8f5fb39c1f (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'util')
-rwxr-xr-xutil/install/fedora.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/install/fedora.sh b/util/install/fedora.sh
index e123447d3f..b140438b42 100755
--- a/util/install/fedora.sh
+++ b/util/install/fedora.sh
@@ -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
+ avrdude dfu-programmer dfu-util hidapi libusb1-devel
python3 -m pip install --user -r $QMK_FIRMWARE_DIR/requirements.txt
}