diff options
author | Joel Challis <git@zvecr.com> | 2022-09-02 04:43:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-01 20:43:19 -0700 |
commit | 26814ca060829e68e167c90b24c59c37159a2cce (patch) | |
tree | 1fd209a0f5ba29dd8ec18d28d53ac517f439c4c8 /util/install/fedora.sh | |
parent | 101d7b533745947ef2b92a919d5f02a137428235 (diff) | |
download | qmk_firmware-26814ca060829e68e167c90b24c59c37159a2cce.tar.gz qmk_firmware-26814ca060829e68e167c90b24c59c37159a2cce.zip |
Install correct package on Fedora (#18243)
Diffstat (limited to 'util/install/fedora.sh')
-rwxr-xr-x | util/install/fedora.sh | 2 |
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 } |