diff options
| author | Jeff Carr <[email protected]> | 2024-11-16 13:51:25 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-16 13:51:25 -0600 |
| commit | 3f10b49f048b773cd3c43b7ea035623979166e5c (patch) | |
| tree | ae4ddc71599ba93105defe1a8bf3e45f2570cddf /send.go | |
| parent | 68933a8ec78d6b3476a9fe275b15cf45aedd4c0d (diff) | |
misc
Diffstat (limited to 'send.go')
| -rw-r--r-- | send.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,7 @@ package main import ( "strings" + "go.wit.com/lib/gui/shell" "go.wit.com/log" ) @@ -62,6 +63,7 @@ func sendMachine() error { switch line { case "upgrade": log.Info("machine upgrade now") + shell.Run([]string{"apt", "update"}) default: log.Info("GOT:", line) } |
