From 13b5217354091cf09ef377a320b508399cf55815 Mon Sep 17 00:00:00 2001 From: Ferran Basora Date: Sat, 5 Feb 2022 11:38:25 +0000 Subject: [PATCH] Don't close the pane if the platform is not supported --- tmux-thumbs-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux-thumbs-install.sh b/tmux-thumbs-install.sh index 1950172..eb32308 100755 --- a/tmux-thumbs-install.sh +++ b/tmux-thumbs-install.sh @@ -93,6 +93,8 @@ select opt in "Compile" "Download"; do ;; *) echo "❌ Unknown platform: ${platform}" + read -rs -n 1 + echo " Press any key to close this pane..." exit 1 ;; esac