was wronging running 'apt upgrade'

This commit is contained in:
Jeff Carr 2025-03-23 19:04:31 -05:00
parent 611025c946
commit 60248b5931
1 changed files with 1 additions and 1 deletions

View File

@ -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)