Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
1f02cd45af
@ -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 New Issue
Block a user