diff options
| author | Joel Challis <git@zvecr.com> | 2024-01-23 10:02:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-23 10:02:03 +0000 |
| commit | b7468f47857ad20a031906ccbd654541222a0d26 (patch) | |
| tree | 8ae01f4fe186095d052afe016377e2b8d5e7765e /util | |
| parent | 3495cbc6382d4fa08ee5b4294527ab66fb7dff59 (diff) | |
Workaround for dfu-programmer on Fedora 39 (#22945)
Diffstat (limited to 'util')
| -rwxr-xr-x | util/install/fedora.sh | 5 |
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 @@ | |||
| 3 | _qmk_install() { | 3 | _qmk_install() { |
| 4 | echo "Installing dependencies" | 4 | echo "Installing dependencies" |
| 5 | 5 | ||
| 6 | . /etc/os-release | ||
| 7 | if [ "$VERSION_ID" == "39" ]; then | ||
| 8 | sudo dnf $SKIP_PROMPT copr enable erovia/dfu-programmer | ||
| 9 | fi | ||
| 10 | |||
| 6 | # TODO: Check whether devel/headers packages are really needed | 11 | # TODO: Check whether devel/headers packages are really needed |
| 7 | sudo dnf $SKIP_PROMPT install \ | 12 | sudo dnf $SKIP_PROMPT install \ |
| 8 | clang diffutils git gcc glibc-headers kernel-devel kernel-headers \ | 13 | clang diffutils git gcc glibc-headers kernel-devel kernel-headers \ |
