We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c2e22 commit 2546222Copy full SHA for 2546222
util/install/fedora.sh
@@ -3,6 +3,11 @@
3
_qmk_install() {
4
echo "Installing dependencies"
5
6
+ . /etc/os-release
7
+ if [ "$VERSION_ID" == "39" ]; then
8
+ sudo dnf $SKIP_PROMPT copr enable erovia/dfu-programmer
9
+ fi
10
+
11
# TODO: Check whether devel/headers packages are really needed
12
sudo dnf $SKIP_PROMPT install \
13
clang diffutils git gcc glibc-headers kernel-devel kernel-headers \
0 commit comments