diff options
| author | Jeff Carr <[email protected]> | 2025-10-03 08:40:15 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-03 08:40:15 -0500 |
| commit | 137fbac44c6bdfd746bd561377b3a28988f15172 (patch) | |
| tree | 7b224df39bb82ab3b338151f725b40326b393463 /doInstall.go | |
| parent | 8514f8fb6b6b74323186bd738e8d592332df3042 (diff) | |
smarter apt force install
Diffstat (limited to 'doInstall.go')
| -rw-r--r-- | doInstall.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doInstall.go b/doInstall.go index cac93d0..3269c77 100644 --- a/doInstall.go +++ b/doInstall.go @@ -27,7 +27,7 @@ func doInstallRepo(check *gitpb.Repo) error { return nil } - if argv.Verbose { + if argv.Verbose || argv.Force { verbose := []string{"-v", "-x"} if err := me.forge.Install(check, verbose); err != nil { log.Warn("INSTALL FAILED", check.GetGoPath(), err) |
