summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-03 05:50:14 -0500
committerJeff Carr <[email protected]>2025-10-03 05:50:14 -0500
commit322ec42ce6da80915a80ed36f02bc6a15c238fb2 (patch)
tree145e129edf7931fa4160e23d18504fde7688998b /main.go
parent6e30c81f54f145b5b9cd1e428eaa44f8bdc5cd81 (diff)
try to make apt install --force to work
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index e3ab53e..bb60324 100644
--- a/main.go
+++ b/main.go
@@ -57,7 +57,7 @@ func main() {
}
if argv.Upgrade != nil {
- doAptUpgrade()
+ doUpgrade()
}
if argv.ListPkgs != nil {