self update. maybe.
This commit is contained in:
parent
4d5c10676b
commit
769c9757b7
1
send.go
1
send.go
|
@ -66,6 +66,7 @@ func sendMachine() error {
|
||||||
case "apt update":
|
case "apt update":
|
||||||
log.Info("machine upgrade now")
|
log.Info("machine upgrade now")
|
||||||
shell.Run([]string{"apt", "update"})
|
shell.Run([]string{"apt", "update"})
|
||||||
|
shell.Run([]string{"apt", "install", "zood"})
|
||||||
default:
|
default:
|
||||||
log.Info("zookeeper is maybe not working GOT:", line)
|
log.Info("zookeeper is maybe not working GOT:", line)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue