diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/.local/bin/scripts/launch-flatpak | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/.local/bin/scripts/launch-flatpak b/bin/.local/bin/scripts/launch-flatpak index 688a568..5d9b486 100755 --- a/bin/.local/bin/scripts/launch-flatpak +++ b/bin/.local/bin/scripts/launch-flatpak @@ -24,8 +24,9 @@ case "$chosen" in ;; "texmacs") flatpak run org.texmacs.TeXmacs + ;; *) - echo "flatpak not installed" + echo "operation wasn't successful" exit 1 ;; esac |
