diff options
| author | Jeff Carr <[email protected]> | 2024-12-01 18:18:11 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-01 18:18:11 -0600 |
| commit | e4b150d6aae34ec3f4688c09711d0bfe2bcf4b41 (patch) | |
| tree | c8283b4e2dc0a35e199343ef13f58abe77cb834f /apt.go | |
| parent | a4f3f951962b2db0bb21c22c10ef60d1d57a3b5c (diff) | |
switch to autogenpbv0.0.11
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 + //} } } |
