Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
1f02cd45af
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue