diff options
| author | QMK Bot <hello@qmk.fm> | 2022-10-05 09:52:46 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2022-10-05 09:52:46 +0000 |
| commit | 0c53d6fe4b6de670d45f0a1c30c2e30e66d727e1 (patch) | |
| tree | ae7b19bb04d4be7e59dd65b79ebc6fc869f96beb | |
| parent | 7392c6b2555a0f092c931c9bc23ef00efbd442f2 (diff) | |
| parent | df7f33582febedc3665e57eba1d22b1651d24d0a (diff) | |
Merge remote-tracking branch 'origin/master' into develop
| -rwxr-xr-x | util/install/fedora.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/install/fedora.sh b/util/install/fedora.sh index 4227906ad9..6380f6d33f 100755 --- a/util/install/fedora.sh +++ b/util/install/fedora.sh | |||
| @@ -6,9 +6,9 @@ _qmk_install() { | |||
| 6 | # TODO: Check whether devel/headers packages are really needed | 6 | # TODO: Check whether devel/headers packages are really needed |
| 7 | sudo dnf $SKIP_PROMPT install \ | 7 | sudo dnf $SKIP_PROMPT install \ |
| 8 | clang diffutils git gcc glibc-headers kernel-devel kernel-headers \ | 8 | clang diffutils git gcc glibc-headers kernel-devel kernel-headers \ |
| 9 | make unzip wget zip python3 avr-binutils avr-gcc avr-libc \ | 9 | make unzip wget zip python3 avr-binutils avr-gcc avr-gcc-c++ avr-libc \ |
| 10 | arm-none-eabi-binutils-cs arm-none-eabi-gcc-cs arm-none-eabi-newlib \ | 10 | arm-none-eabi-binutils-cs arm-none-eabi-gcc-cs arm-none-eabi-gcc-cs-c++ \ |
| 11 | avrdude dfu-programmer dfu-util hidapi libusb-devel | 11 | arm-none-eabi-newlib avrdude dfu-programmer dfu-util hidapi libusb-devel |
| 12 | 12 | ||
| 13 | python3 -m pip install --user -r $QMK_FIRMWARE_DIR/requirements.txt | 13 | python3 -m pip install --user -r $QMK_FIRMWARE_DIR/requirements.txt |
| 14 | } | 14 | } |
