summaryrefslogtreecommitdiff
path: root/upgrade.go
diff options
context:
space:
mode:
Diffstat (limited to 'upgrade.go')
-rw-r--r--upgrade.go3
1 files changed, 2 insertions, 1 deletions
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)