more fixes to hampack app
This commit is contained in:
@@ -613,6 +613,7 @@ func (w *mainWin) onUpdate() {
|
||||
ops := []Op{{
|
||||
Label: "Run Update",
|
||||
Cmds: [][]string{{"bash", "-c", "wget -qO- https://gitea.young.computer/david/hampack/raw/branch/main/install.sh | bash"}},
|
||||
Env: append(os.Environ(), "TERM=xterm"),
|
||||
}}
|
||||
|
||||
newOutputWin(ops, func() {
|
||||
|
||||
Reference in New Issue
Block a user