summaryrefslogtreecommitdiff
path: root/apt.go
diff options
context:
space:
mode:
Diffstat (limited to 'apt.go')
-rw-r--r--apt.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt.go b/apt.go
index 9f88164..aede052 100644
--- a/apt.go
+++ b/apt.go
@@ -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 {