diff options
| author | Jeff Carr <[email protected]> | 2025-03-23 19:04:31 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-23 19:04:31 -0500 |
| commit | 60248b5931eb77660c1ef75307ec44099ae14429 (patch) | |
| tree | 2a14b7233c67b735f7b53fad617054b13621c9c7 /send.go | |
| parent | 611025c9464999f20eca21c950d285df60085275 (diff) | |
was wronging running 'apt upgrade'v0.0.88v0.0.87v0.0.86v0.0.85v0.0.84v0.0.83v0.0.82v0.0.81v0.0.80v0.0.79v0.0.78v0.0.77v0.0.76v0.0.75v0.0.74v0.0.73v0.0.72v0.0.71v0.0.70v0.0.69v0.0.68v0.0.67v0.0.66v0.0.65
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) |
