diff options
| author | Jeff Carr <[email protected]> | 2024-11-17 06:04:24 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-17 06:04:24 -0600 |
| commit | 769c9757b7065dc7bde4543a5347e31606875ff2 (patch) | |
| tree | 4bbd5e286679af88343ccdeea73a4d9dc9fc980c | |
| parent | 4d5c10676b091183a29dd3acd8d3782646fffcf6 (diff) | |
self update. maybe.v0.0.5
| -rw-r--r-- | send.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -66,6 +66,7 @@ func sendMachine() error { case "apt update": log.Info("machine upgrade now") shell.Run([]string{"apt", "update"}) + shell.Run([]string{"apt", "install", "zood"}) default: log.Info("zookeeper is maybe not working GOT:", line) } |
