Skip to content

Commit

Permalink
Install dnf copr plugin if not present (i.e. docker containers). (#…
Browse files Browse the repository at this point in the history
…24308)

* Install `dnf copr` plugin if not present (i.e. docker containers).

* Don't need to skip prompt when invoking help.
  • Loading branch information
tzarc authored Oct 6, 2024
1 parent e12c1fe commit c82f675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/install/fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c82f675

Please sign in to comment.