summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2020-12-30 04:12:32 +0000
committerQMK Bot <hello@qmk.fm>2020-12-30 04:12:32 +0000
commita8ac4865554d051f3edac0d5ff7146e566a9ec2b (patch)
treee5a05bfcb7f656f6949f5f767eb3e5b1a1b278d9 /util
parenta63db4b1799fdc773e3756f6c023bcabf4095285 (diff)
parent0f5f6a6a75b26d06ae5ee2b726eb97a67d04d325 (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 250cda6624..44b71b98bf 100755
--- a/util/install/fedora.sh
+++ b/util/install/fedora.sh
@@ -9,7 +9,7 @@ _qmk_install() {
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
+ avrdude dfu-programmer dfu-util libusb-devel
python3 -m pip install --user -r $QMK_FIRMWARE_DIR/requirements.txt
}