From 6e30c81f54f145b5b9cd1e428eaa44f8bdc5cd81 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 3 Oct 2025 05:07:00 -0500 Subject: try to force install --- main.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 367aa64..e3ab53e 100644 --- a/main.go +++ b/main.go @@ -96,8 +96,6 @@ func main() { okExit("") } - doListRepos() - if argv.MakeInstall != nil { if err := doInstall(); err != nil { log.Info("doInstall() failed", err) @@ -106,7 +104,7 @@ func main() { okExit("EVERYTHING BUILT!") } - okExit("everything compiled") + okExit("do what?") } // this is dumb. sync this with go-deb -- cgit v1.2.3