feat: add CPU-X installer
This commit is contained in:
parent
22bff35202
commit
152b9ee4c0
1 changed files with 13 additions and 0 deletions
13
internal/installers/cpu_x.go
Normal file
13
internal/installers/cpu_x.go
Normal file
|
@ -0,0 +1,13 @@
|
|||
package installers
|
||||
|
||||
import "github.com/developomp/pompup/internal/wrapper"
|
||||
|
||||
func init() {
|
||||
register(&Installer{
|
||||
Name: "CPU-X",
|
||||
Desc: "CPU-Z for Linux",
|
||||
Setup: func() {
|
||||
wrapper.FlatpakOnce("io.github.thetumultuousunicornofdarkness.cpu-x")
|
||||
},
|
||||
})
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue