aboutsummaryrefslogtreecommitdiff
path: root/util/install/fedora.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/install/fedora.sh')
-rwxr-xr-xutil/install/fedora.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/util/install/fedora.sh b/util/install/fedora.sh
index d9452f68d..3f9695356 100755
--- a/util/install/fedora.sh
+++ b/util/install/fedora.sh
@@ -5,11 +5,10 @@ _qmk_install() {
5 5
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 make unzip wget zip \ 8 clang diffutils git gcc glibc-headers kernel-devel kernel-headers \
9 python3 \ 9 make unzip wget zip python3 avr-binutils avr-gcc avr-libc \
10 avr-binutils avr-gcc avr-libc \
11 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-newlib \
12 avrdude dfu-programmer dfu-util libusb-devel 11 avrdude dfu-programmer dfu-util hidapi
13 12
14 python3 -m pip install --user -r $QMK_FIRMWARE_DIR/requirements.txt 13 python3 -m pip install --user -r $QMK_FIRMWARE_DIR/requirements.txt
15} 14}