fix: usage of incorrect package name
This commit is contained in:
parent
c2f6324585
commit
0185ec5e61
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ func init() {
|
||||||
Desc: "openrazer frontend",
|
Desc: "openrazer frontend",
|
||||||
Setup: func() {
|
Setup: func() {
|
||||||
// install openrazer
|
// install openrazer
|
||||||
wrapper.ParuOnce("linux-header")
|
wrapper.ParuOnce("linux-headers")
|
||||||
wrapper.ParuOnce("openrazer-daemon")
|
wrapper.ParuOnce("openrazer-daemon")
|
||||||
wrapper.ParuOnce("openrazer-driver-dkms")
|
wrapper.ParuOnce("openrazer-driver-dkms")
|
||||||
wrapper.AddGroup("plugdev")
|
wrapper.AddGroup("plugdev")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue