unused. needs to be redone

This commit is contained in:
Jeff Carr 2024-12-01 22:37:23 -06:00
parent 13a292dd42
commit fc4a01902b
1 changed files with 2 additions and 0 deletions

2
apt.go
View File

@ -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
}
*/