diff options
Diffstat (limited to 'util')
| -rwxr-xr-x | util/install/fedora.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
| 4 | echo "Installing dependencies" | 4 | echo "Installing dependencies" |
| 5 | 5 | ||
| 6 | . /etc/os-release | 6 | . /etc/os-release |
| 7 | if [ "$VERSION_ID" == "39" ]; then | 7 | if [ "$VERSION_ID" -ge "39" ]; then |
| 8 | sudo dnf $SKIP_PROMPT copr enable erovia/dfu-programmer | 8 | sudo dnf $SKIP_PROMPT copr enable erovia/dfu-programmer |
| 9 | fi | 9 | fi |
| 10 | 10 | ||
