We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4d173 commit 18d290cCopy full SHA for 18d290c
pages/download/fedora.md
@@ -12,7 +12,13 @@ order: 2
12
13
To add the repository, open the Terminal:
14
15
-### Fedora 37-40
+### Fedora 41 (and later), run the following:
16
+```shell
17
+sudo dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/hardware:/razer/Fedora_$(rpm -E %fedora)/hardware:razer.repo
18
+sudo dnf install polychromatic
19
+```
20
+
21
+### Fedora 40 and earlier
22
```shell
23
sudo dnf config-manager --add-repo https://download.opensuse.org/repositories/hardware:/razer/Fedora_$(rpm -E %fedora)/hardware:razer.repo
24
sudo dnf install polychromatic
0 commit comments