feat: add seabird installer
This commit is contained in:
parent
9f4c3a3c27
commit
64ebf35964
1 changed files with 15 additions and 0 deletions
15
internal/installers/seabird.go
Normal file
15
internal/installers/seabird.go
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
package installers
|
||||||
|
|
||||||
|
import (
|
||||||
|
"github.com/developomp/pompup/internal/wrapper"
|
||||||
|
)
|
||||||
|
|
||||||
|
func init() {
|
||||||
|
register(&Installer{
|
||||||
|
Name: "Seabird",
|
||||||
|
Desc: "Kubernetes IDE",
|
||||||
|
Setup: func() {
|
||||||
|
wrapper.FlatpakOnce("dev.skynomads.Seabird")
|
||||||
|
},
|
||||||
|
})
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue