Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2024-08-15 11:11:07 +00:00
commit 1f02cd45af

View file

@ -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