feat: add pacman-contrib installer
This commit is contained in:
parent
152b9ee4c0
commit
682b251637
1 changed files with 13 additions and 0 deletions
13
internal/installers/pacman_contrib.go
Normal file
13
internal/installers/pacman_contrib.go
Normal file
|
@ -0,0 +1,13 @@
|
|||
package installers
|
||||
|
||||
import "github.com/developomp/pompup/internal/wrapper"
|
||||
|
||||
func init() {
|
||||
register(&Installer{
|
||||
Name: "Pacman-contrib",
|
||||
Desc: "pactree and other stuff",
|
||||
Setup: func() {
|
||||
wrapper.ParuOnce("pacman-contrib")
|
||||
},
|
||||
})
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue