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 /debian.go | |
| parent | 8514f8fb6b6b74323186bd738e8d592332df3042 (diff) | |
smarter apt force install
Diffstat (limited to 'debian.go')
| -rw-r--r-- | debian.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ func buildDeb(check *gitpb.Repo) error { return nil } - if argv.Verbose { + if argv.Verbose || argv.Force { // log.Info("build cmd:", cmd) cmd = append(cmd, "--verbose") } |
