summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2024-01-23 10:02:34 +0000
committerQMK Bot <hello@qmk.fm>2024-01-23 10:02:34 +0000
commite46285b9285eee848e5cf1d9ee29aa881eb1c04e (patch)
treeda0f8778c8777469923c3b636e15612470cf1189
parenta62fefe84b1a40d48d05296796adae2983b25535 (diff)
parentb7468f47857ad20a031906ccbd654541222a0d26 (diff)
Merge remote-tracking branch 'origin/master' into develop
-rwxr-xr-xutil/install/fedora.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/install/fedora.sh b/util/install/fedora.sh
index 03e05a42fe..d3bc90b176 100755
--- a/util/install/fedora.sh
+++ b/util/install/fedora.sh
@@ -3,6 +3,11 @@
_qmk_install() {
echo "Installing dependencies"
+ . /etc/os-release
+ if [ "$VERSION_ID" == "39" ]; then
+ sudo dnf $SKIP_PROMPT copr enable erovia/dfu-programmer
+ fi
+
# TODO: Check whether devel/headers packages are really needed
sudo dnf $SKIP_PROMPT install \
clang diffutils git gcc glibc-headers kernel-devel kernel-headers \