Skip to content

Commit

Permalink
Workaround for dfu-programmer on Fedora 39 (qmk#22945)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Jan 23, 2024
1 parent 3495cbc commit b7468f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions util/install/fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit b7468f4

Please sign in to comment.