summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-23 19:04:31 -0500
committerJeff Carr <[email protected]>2025-03-23 19:04:31 -0500
commit60248b5931eb77660c1ef75307ec44099ae14429 (patch)
tree2a14b7233c67b735f7b53fad617054b13621c9c7
parent611025c9464999f20eca21c950d285df60085275 (diff)
-rw-r--r--send.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/send.go b/send.go
index 01125c0..727cbc9 100644
--- a/send.go
+++ b/send.go
@@ -79,7 +79,7 @@ func sendMachine(s string) error {
log.Info("Got to apt install", line)
parts := strings.Fields(line)
if len(parts) > 1 {
- cmd := []string{"apt", "update"}
+ cmd := []string{"apt"}
cmd = append(cmd, parts[1:]...)
log.Info("Got to parts =", parts)
log.Info("Got to cmd =", cmd)