mirror of
https://github.com/mudler/luet.git
synced 2025-08-31 14:52:02 +00:00
Adapt installer to new changes
This commit is contained in:
@@ -2,7 +2,6 @@ package installer
|
||||
|
||||
import (
|
||||
pkg "github.com/mudler/luet/pkg/package"
|
||||
"github.com/mudler/luet/pkg/tree"
|
||||
)
|
||||
|
||||
type System struct {
|
||||
@@ -11,7 +10,5 @@ type System struct {
|
||||
}
|
||||
|
||||
func (s *System) World() ([]pkg.Package, error) {
|
||||
t := tree.NewDefaultTree()
|
||||
t.SetPackageSet(s.Database)
|
||||
return t.World()
|
||||
return s.Database.World(), nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user