diff options
Diffstat (limited to 'apt.go')
| -rw-r--r-- | apt.go | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -59,9 +59,10 @@ func (me *Machine) UpdatePackages() string { newCounter += 1 } else { found.Version = version - if me.Packages.Update(found) { - changeCounter += 1 - } + panic("redo this. broken after autogenpb. was never right anyway") + //if me.Packages.Update(found) { + // changeCounter += 1 + //} } } |
