diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 09:10:36 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 09:10:36 -0500 |
| commit | 8c3e803f27d5af38630da914152858789dbff615 (patch) | |
| tree | b724d13e3420dd8990db95fd1b9b3a2a7cf195d4 /daemon.go | |
| parent | 414966d82b55e1cfdb23815fdade7081dd4ed7aa (diff) | |
things compile
Diffstat (limited to 'daemon.go')
| -rw-r--r-- | daemon.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,6 +7,8 @@ import ( "fmt" "os" "time" + + "go.wit.com/lib/debian" ) // timeFunction takes a function as an argument and returns the execution time. @@ -27,7 +29,7 @@ func zood() { fmt.Println("Done!") return case _ = <-me.dog.C: - s := me.machine.UpdatePackages() + s := debian.UpdatePackages(me.machine) me.failcount += 1 sendMachine(s) |
