diff options
Diffstat (limited to 'apt.go')
| -rw-r--r-- | apt.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ func addNew(name string, version string) bool { return me.packages.Append(new1) } -func updatePackages() { +func updatePackagesOld() { // Get the list of installed packages for the detected distro newP, err := getPackageList(me.distro) if err != nil { |
