more fixes to hampack app

This commit is contained in:
David Young
2026-04-02 13:58:24 -06:00
parent fb9b129f06
commit 7b10bf77b8

View File

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