summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--send.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/send.go b/send.go
index c1d414a..99a74ba 100644
--- a/send.go
+++ b/send.go
@@ -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)
}