logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
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:

Mutil/install/fedora.sh1+
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