From 85761945ce11bd2417b1889b210f3d582f1ec211 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 7 Oct 2025 08:00:05 -0500 Subject: early work on a debian library --- apt.go | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'apt.go') 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") } } +*/ -- cgit v1.2.3