summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-10-05 09:52:46 +0000
committerQMK Bot <hello@qmk.fm>2022-10-05 09:52:46 +0000
commit0c53d6fe4b6de670d45f0a1c30c2e30e66d727e1 (patch)
treeae7b19bb04d4be7e59dd65b79ebc6fc869f96beb /util
parent7392c6b2555a0f092c931c9bc23ef00efbd442f2 (diff)
parentdf7f33582febedc3665e57eba1d22b1651d24d0a (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'util')
-rwxr-xr-xutil/install/fedora.sh6
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() {
# TODO: Check whether devel/headers packages are really needed
sudo dnf $SKIP_PROMPT 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 libusb-devel
+ make unzip wget zip python3 avr-binutils avr-gcc avr-gcc-c++ avr-libc \
+ arm-none-eabi-binutils-cs arm-none-eabi-gcc-cs arm-none-eabi-gcc-cs-c++ \
+ arm-none-eabi-newlib avrdude dfu-programmer dfu-util hidapi libusb-devel
python3 -m pip install --user -r $QMK_FIRMWARE_DIR/requirements.txt
}