From 322ec42ce6da80915a80ed36f02bc6a15c238fb2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 3 Oct 2025 05:50:14 -0500 Subject: try to make apt install --force to work --- upgrade.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'upgrade.go') diff --git a/upgrade.go b/upgrade.go index ae0a248..ed44b12 100644 --- a/upgrade.go +++ b/upgrade.go @@ -6,10 +6,10 @@ package main import ( "fmt" - "go.wit.com/lib/gui/shell" "go.wit.com/log" ) +/* func doAptUpgrade() { if argv.DryRun { log.Info("--dry-run", []string{"apt", "update"}) @@ -42,6 +42,7 @@ func doAptUpgrade() { } okExit("installed") } +*/ func doAptList() { log.DaemonMode(true) -- cgit v1.2.3