commit: 65b5dc7e0f73ffb9983ab1ad3f2e2494a6c090d4
parent 3cf94cb3083a8c7de632153bf33e569ea9f90526
Author: QMK Bot <hello@qmk.fm>
Date: Sun, 6 Oct 2024 08:40:06 +0000
Merge remote-tracking branch 'origin/master' into develop
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/util/install/fedora.sh b/util/install/fedora.sh
@@ -5,6 +5,7 @@ _qmk_install() {
. /etc/os-release
if [ "$VERSION_ID" -ge "39" ]; then
+ sudo dnf copr -h >/dev/null 2>&1 || sudo dnf $SKIP_PROMPT install dnf-plugins-core
sudo dnf $SKIP_PROMPT copr enable erovia/dfu-programmer
fi