diff --git a/util/install/fedora.sh b/util/install/fedora.sh index d3bc90b176..0b93326bbf 100755 --- a/util/install/fedora.sh +++ b/util/install/fedora.sh @@ -4,7 +4,7 @@ _qmk_install() { echo "Installing dependencies" . /etc/os-release - if [ "$VERSION_ID" == "39" ]; then + if [ "$VERSION_ID" -ge "39" ]; then sudo dnf $SKIP_PROMPT copr enable erovia/dfu-programmer fi