diff options
Diffstat (limited to 'apt.go')
| -rw-r--r-- | apt.go | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -3,12 +3,7 @@ package main -import ( - "github.com/go-cmd/cmd" - "go.wit.com/lib/gui/shell" - "go.wit.com/log" -) - +/* func aptInstall(pkgname string) (*cmd.Status, error) { cmd := []string{"apt-get", "install", "-y", pkgname} log.Info("Running:", cmd) @@ -54,3 +49,4 @@ func aptUpdate() { aptInstall("wit-tools") } } +*/ |
