Skip to content

Commit 2546222

Browse files
zvecrnuess0r
authored andcommitted
Workaround for dfu-programmer on Fedora 39 (qmk#22945)
1 parent f8c2e22 commit 2546222

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

util/install/fedora.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
_qmk_install() {
44
echo "Installing dependencies"
55

6+
. /etc/os-release
7+
if [ "$VERSION_ID" == "39" ]; then
8+
sudo dnf $SKIP_PROMPT copr enable erovia/dfu-programmer
9+
fi
10+
611
# TODO: Check whether devel/headers packages are really needed
712
sudo dnf $SKIP_PROMPT install \
813
clang diffutils git gcc glibc-headers kernel-devel kernel-headers \

0 commit comments

Comments
 (0)