Drop downloadOnly bool from installer.Install

This commit is contained in:
Ettore Di Giacinto
2020-04-13 18:49:05 +02:00
parent c2eed1d999
commit 4e2d42e397
3 changed files with 7 additions and 7 deletions

View File

@@ -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)