mirror of
https://github.com/mudler/luet.git
synced 2025-09-02 07:45:02 +00:00
Compute upgrades
Make solver compute simply upgrades and the installer execute them. Add simple upgrade test
This commit is contained in:
@@ -25,6 +25,7 @@ import (
|
||||
type Installer interface {
|
||||
Install([]pkg.Package, *System) error
|
||||
Uninstall(pkg.Package, *System) error
|
||||
Upgrade(s *System) error
|
||||
Repositories([]Repository)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user