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