mirror of
https://github.com/chenasraf/sofmani.git
synced 2026-05-17 17:28:04 +00:00
fix: group should always "have update"
This commit is contained in:
@@ -44,7 +44,7 @@ func (i *GroupInstaller) CheckNeedsUpdate() (error, bool) {
|
||||
if i.GetInfo().CheckHasUpdate != nil {
|
||||
return utils.RunCmdGetSuccess("sh", "-c", *i.GetInfo().CheckHasUpdate)
|
||||
}
|
||||
return nil, false
|
||||
return nil, true
|
||||
}
|
||||
|
||||
// CheckIsInstalled implements IInstaller.
|
||||
|
||||
Reference in New Issue
Block a user