diff options
| author | Jeff Carr <[email protected]> | 2025-10-14 01:51:44 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-14 01:52:56 -0500 |
| commit | d10cf84916f9171ae4eb579cd3871e4ec198f2a0 (patch) | |
| tree | 0f43c90d95688e3bcb6dff9a6c08513df39a37b1 /main.go | |
| parent | f8d3817ebee3913bb8aecff6ea5de8fde6a560ec (diff) | |
move this to lib/debian
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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() } |
