Bug fix for install and launch applications.
This commit is contained in:
@@ -306,6 +306,20 @@ case "$GAME" in
|
||||
orca &
|
||||
exec steam -bigpicture
|
||||
;;
|
||||
"thunderbird")
|
||||
if ! command -v thunderbird &> /dev/null; then
|
||||
yay -Sy --noconfirm thunderbird
|
||||
fi
|
||||
orca &
|
||||
exec thunderbird
|
||||
;;
|
||||
"libreoffice")
|
||||
if ! command -v libreoffice &> /dev/null; then
|
||||
yay -Sy --noconfirm libreoffice-still
|
||||
fi
|
||||
orca &
|
||||
exec libreoffice
|
||||
;;
|
||||
"Super Egg Hunt")
|
||||
run_wine "super egg hunt" "superegghunt.exe"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user