summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-14 01:51:44 -0500
committerJeff Carr <[email protected]>2025-10-14 01:52:56 -0500
commitd10cf84916f9171ae4eb579cd3871e4ec198f2a0 (patch)
tree0f43c90d95688e3bcb6dff9a6c08513df39a37b1 /main.go
parentf8d3817ebee3913bb8aecff6ea5de8fde6a560ec (diff)
move this to lib/debian
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index fc14458..c5fa528 100644
--- a/main.go
+++ b/main.go
@@ -6,6 +6,7 @@ import (
"os"
"path/filepath"
+ "go.wit.com/lib/debian"
"go.wit.com/lib/gui/prep"
"go.wit.com/lib/gui/shell"
"go.wit.com/lib/protobuf/zoopb"
@@ -93,6 +94,7 @@ func main() {
}
if argv.Verify != nil {
+ debian.InitMachine()
s, err = doVerify()
}