From b1c5cf880809114f8954f2ef7bc997ab155b0db9 Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Mon, 15 Apr 2019 22:02:18 -0400 Subject: [PATCH] Fix keygen --- setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.sh b/setup.sh index 2009380..8cc50f1 100755 --- a/setup.sh +++ b/setup.sh @@ -16,11 +16,11 @@ if [ ! -f "$HOME/.ssh/id_ed25519.pub" ]; then step "Generating SSH key" ssh-keygen -t ed25519 -f "$HOME/.ssh/id_ed25519" echo "Copy and paste the public portion of the key (below) to GitHub" - echo "and press a key when done." - echo "=========== Public key ==============" + echo "============ Public key =============" cat ~/.ssh/id_ed25519.pub echo "=====================================" - read -n 1 -s + echo "Press a key when done." + read -n 1 fi # Install Homebrew