diff options
| author | Jeff Carr <[email protected]> | 2025-10-03 05:50:14 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-03 05:50:14 -0500 |
| commit | 322ec42ce6da80915a80ed36f02bc6a15c238fb2 (patch) | |
| tree | 145e129edf7931fa4160e23d18504fde7688998b /upgrade.go | |
| parent | 6e30c81f54f145b5b9cd1e428eaa44f8bdc5cd81 (diff) | |
try to make apt install --force to work
Diffstat (limited to 'upgrade.go')
| -rw-r--r-- | upgrade.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |
