summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-01 11:22:46 -0600
committerJeff Carr <[email protected]>2025-02-01 11:22:46 -0600
commita6c5755fcd98d4ae769c8b1e5a25ef1ff47722a7 (patch)
tree7c9ee2fe0ac45f4a1f28c94a4b09a424c2504d2e /main.go
parent0b5c7de337fa0721b0f53b39508fbc2306a6296b (diff)
add the GPL headers
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.go b/main.go
index 7c52b7d..430db25 100644
--- a/main.go
+++ b/main.go
@@ -54,6 +54,11 @@ func main() {
}
}
+ if argv.WITCOM {
+ doWITCOM()
+ okExit("")
+ }
+
if argv.Upgrade != nil {
doAptUpgrade()
}