summaryrefslogtreecommitdiff
path: root/ui/officeui.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ui/officeui.sh')
-rwxr-xr-xui/officeui.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/officeui.sh b/ui/officeui.sh
index 9f3410e..10701f4 100755
--- a/ui/officeui.sh
+++ b/ui/officeui.sh
@@ -20,11 +20,11 @@ export local officeui='
<hbox space-expand="false" space-extend="false">
<button space-expand="true" space-extend="true" label-text="install">
<label>Install package</label>
- <action>epkg autoinstall $office|$sisyphusprogress</action>
+ <action>epkg autoinstall $office|$sisyphusprogress &</action>
</button>
<button space-expand="true" space-extend="true" label-text="uninstall">
<label>Uninstall package</label>
- <action>epkg autoremove $office|$sisyphusprogress</action>
+ <action>epkg autoremove $office|$sisyphusprogress &</action>
</button>
<button space-expand="true" space-extend="true" label-text="home">
<label>Back home</label>