aboutsummaryrefslogtreecommitdiff
path: root/util/install/fedora.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/install/fedora.sh')
-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 44b71b98b..d9452f68d 100755
--- a/util/install/fedora.sh
+++ b/util/install/fedora.sh
@@ -4,7 +4,7 @@ _qmk_install() {
4 echo "Installing dependencies" 4 echo "Installing dependencies"
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 -y 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 make unzip wget zip \
9 python3 \ 9 python3 \
10 avr-binutils avr-gcc avr-libc \ 10 avr-binutils avr-gcc avr-libc \