Skip to content

Commit

Permalink
Update command for Fedora 41 instructions (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
lah7 authored Oct 17, 2024
1 parent 587a5fa commit 62ae745
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,20 +120,24 @@ instructions:
sudo dnf install kernel-devel
For Fedora 41 (and later), run the following:
For Fedora run the following:
sudo dnf config-manager --add-repo https://download.opensuse.org/repositories/hardware:/razer/Fedora_$(rpm -E %fedora)/hardware:razer.repo
sudo dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/hardware:/razer/Fedora_$(rpm -E %fedora)/hardware:razer.repo
sudo dnf install openrazer-meta
For Fedora Rawhide run the following:
For Fedora Rawhide, run the following:
sudo dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/hardware:/razer/Fedora_Rawhide/hardware:razer.repo
sudo dnf install openrazer-meta
For Fedora 40 (and earlier), run the following:
sudo dnf config-manager --add-repo https://download.opensuse.org/repositories/hardware:/razer/Fedora_$(rpm -E %fedora)/hardware:razer.repo
sudo dnf install openrazer-meta
- name: Mageia
id: mageia
logo: /img/distros/mageia.svg
Expand Down

0 comments on commit 62ae745

Please sign in to comment.