mirror of
https://github.com/mudler/luet.git
synced 2025-09-01 23:37:07 +00:00
Drop downloadOnly bool from installer.Install
This commit is contained in:
@@ -23,7 +23,7 @@ import (
|
||||
)
|
||||
|
||||
type Installer interface {
|
||||
Install(pkg.Packages, *System, bool) error
|
||||
Install(pkg.Packages, *System) error
|
||||
Uninstall(pkg.Package, *System) error
|
||||
Upgrade(s *System) error
|
||||
Repositories([]Repository)
|
||||
|
Reference in New Issue
Block a user