diff options
Diffstat (limited to 'send.go')
| -rw-r--r-- | send.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
