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