Skip to content

Commit

Permalink
Add kgx to list
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeguzis committed Mar 7, 2024
1 parent dd8a2cf commit d7174ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utilities/update-emulators/launch-update-emulators.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ if [[ -f "/usr/bin/konsole" ]]; then
konsole -e '$SHELL -c "${HOME}/.local/bin/update-emulators.sh && exit; $SHELL"'
elif [[ -f "/usr/bin/gnome-terminal" ]]; then
gnome-terminal -e '$SHELL -c "${HOME}/.local/bin/update-emulators.sh && exit; $SHELL"'
elif [[ -f "/usr/bin/kgx" ]]; then
kgx -e '$SHELL -c "${HOME}/.local/bin/update-emulators.sh && exit; $SHELL"'
else
echo "[ERROR] Unknown terminal in use"
exit 1
Expand Down

0 comments on commit d7174ab

Please sign in to comment.