diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 04:55:46 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 04:55:46 -0500 |
| commit | 46d67313cff2fc06975a53059f38555bc04d820e (patch) | |
| tree | 925d128416c8d7779acb831465053b6b757e0b2e /buildPlugin.go | |
| parent | 8c15048135fbf64592aa9fe31466ed09d520d2b0 (diff) | |
add sudo but it doesn't work and isn't rightv0.0.29
Diffstat (limited to 'buildPlugin.go')
| -rw-r--r-- | buildPlugin.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/buildPlugin.go b/buildPlugin.go index 6dbe187..c0c100e 100644 --- a/buildPlugin.go +++ b/buildPlugin.go @@ -1,7 +1,6 @@ package fhelp import ( - "go.wit.com/lib/gui/shell" "go.wit.com/log" ) @@ -28,7 +27,7 @@ func BuildPlugin(pname string) bool { if !QuestionUser("Would you like to run that now?") { return false } - r := shell.RunRealtime(cmd) + r := RunRealtime(cmd) if r.Error == nil { log.Info("build worked") log.Info("You must copy that file to ~/go/lib/go-gui/") |
