diff --git a/setup.sh b/setup.sh index 8cc50f1..2e5c45b 100755 --- a/setup.sh +++ b/setup.sh @@ -19,8 +19,7 @@ if [ ! -f "$HOME/.ssh/id_ed25519.pub" ]; then echo "============ Public key =============" cat ~/.ssh/id_ed25519.pub echo "=====================================" - echo "Press a key when done." - read -n 1 + read -r -p "Press any key to continue... " -n 1 fi # Install Homebrew