1
0
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:
Daniel Barber 2019-04-15 22:09:37 -04:00
parent b1c5cf8808
commit 7b7d61ca01
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

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