summaryrefslogtreecommitdiff
path: root/apt.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 08:00:05 -0500
committerJeff Carr <[email protected]>2025-10-07 08:00:05 -0500
commit85761945ce11bd2417b1889b210f3d582f1ec211 (patch)
treedf7f3451f7a6d65a6f1ad9119e2a5c8e47b07f59 /apt.go
parentcb63f983305808beb2c108b4bad25c2cbc8ca926 (diff)
early work on a debian library
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")
}
}
+*/