diff options
Diffstat (limited to 'ui/accesoriesui.sh')
-rwxr-xr-x | ui/accesoriesui.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/accesoriesui.sh b/ui/accesoriesui.sh index 502e548..d3576f3 100755 --- a/ui/accesoriesui.sh +++ b/ui/accesoriesui.sh @@ -15,11 +15,11 @@ export local accesoriesui=' <hbox space-expand="false" space-extend="false"> <button space-expand="true" space-extend="true" label-text="install"> <label>Install package</label> - <action>epkg autoinstall $accesories|$sisyphusprogress</action> + <action>epkg autoinstall $accesories|$sisyphusprogress &</action> </button> <button space-expand="true" space-extend="true" label-text="uninstall"> <label>Uninstall package</label> - <action>epkg autoremove $accesories|$sisyphusprogress</action> + <action>epkg autoremove $accesories|$sisyphusprogress &</action> </button> <button space-expand="true" space-extend="true" label-text="home"> <label>Back home</label> |