mirror of
https://github.com/danbee/mac-setup
synced 2025-03-04 08:39:10 +00:00
Improve keypress wait
This commit is contained in:
parent
b1c5cf8808
commit
7b7d61ca01
3
setup.sh
3
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user