From 769c9757b7065dc7bde4543a5347e31606875ff2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 17 Nov 2024 06:04:24 -0600 Subject: [PATCH] self update. maybe. --- send.go | 1 + 1 file changed, 1 insertion(+) 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) }