summaryrefslogtreecommitdiff
path: root/debian.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-03 08:40:15 -0500
committerJeff Carr <[email protected]>2025-10-03 08:40:15 -0500
commit137fbac44c6bdfd746bd561377b3a28988f15172 (patch)
tree7b224df39bb82ab3b338151f725b40326b393463 /debian.go
parent8514f8fb6b6b74323186bd738e8d592332df3042 (diff)
smarter apt force install
Diffstat (limited to 'debian.go')
-rw-r--r--debian.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian.go b/debian.go
index a3a879b..295d14d 100644
--- a/debian.go
+++ b/debian.go
@@ -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")
}