commit: 1f02cd45af7e59d9a62baf630a648a6185be792b
parent 2d2eed9594bb62b79d1eaffe25775d56adcd537f
Author: QMK Bot <hello@qmk.fm>
Date: Thu, 15 Aug 2024 11:11:07 +0000
Merge remote-tracking branch 'origin/master' into develop
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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