summaryrefslogtreecommitdiff
path: root/apt.go
diff options
context:
space:
mode:
Diffstat (limited to 'apt.go')
-rw-r--r--apt.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/apt.go b/apt.go
index c06d4c1..5b213e9 100644
--- a/apt.go
+++ b/apt.go
@@ -41,6 +41,7 @@ func (me *Machine) addNew(name string, version string) bool {
return me.Packages.Append(new1)
}
+/*
func (me *Machine) UpdatePackages() string {
// Get the list of installed packages for the detected distro
newP, err := getPackageList(me.Distro)
@@ -75,3 +76,4 @@ func (me *Machine) UpdatePackages() string {
}
return footer
}
+*/