summary refs log tree commit diff
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-09-02 03:43:52 +0000
committerQMK Bot <hello@qmk.fm>2022-09-02 03:43:52 +0000
commit6b6cbf6038d3060c68d4f39cd8d151a611d1e10d (patch)
tree8f26e67961d576e873893e9fee469763d1dbd241
parent423826a34a2b5839a10188f2be84e518ac44bd47 (diff)
parent26814ca060829e68e167c90b24c59c37159a2cce (diff)
Merge remote-tracking branch 'origin/master' into develop
-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 b140438b42..4227906ad9 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 libusb1-devel
+        avrdude dfu-programmer dfu-util hidapi libusb-devel
 
     python3 -m pip install --user -r $QMK_FIRMWARE_DIR/requirements.txt
 }