summaryrefslogtreecommitdiff
path: root/apt.go
diff options
context:
space:
mode:
Diffstat (limited to 'apt.go')
-rw-r--r--apt.go8
1 files changed, 2 insertions, 6 deletions
diff --git a/apt.go b/apt.go
index ff6a6c4..77339a9 100644
--- a/apt.go
+++ b/apt.go
@@ -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")
}
}
+*/