unused. needs to be redone
This commit is contained in:
parent
13a292dd42
commit
fc4a01902b
2
apt.go
2
apt.go
|
@ -41,6 +41,7 @@ func (me *Machine) addNew(name string, version string) bool {
|
||||||
return me.Packages.Append(new1)
|
return me.Packages.Append(new1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
func (me *Machine) UpdatePackages() string {
|
func (me *Machine) UpdatePackages() string {
|
||||||
// Get the list of installed packages for the detected distro
|
// Get the list of installed packages for the detected distro
|
||||||
newP, err := getPackageList(me.Distro)
|
newP, err := getPackageList(me.Distro)
|
||||||
|
@ -75,3 +76,4 @@ func (me *Machine) UpdatePackages() string {
|
||||||
}
|
}
|
||||||
return footer
|
return footer
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
Loading…
Reference in New Issue