Skip to content

Commit

Permalink
fixup! fix: improve some message at install script
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed Mar 17, 2024
1 parent 77439e5 commit ebddddf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519

# -- Next Steps ----------------------------------------------------------------
title_msg "\nNext steps:"
echo -e "\n"
title_msg "Next steps:"
echo -e "- Run \033[1mmake ssh\033[0m to copy your SSH public Key and past it into your GitHub or GitLab account."

# -- Happy end -----------------------------------------------------------------
printf "\nSuccess: Everything is ready!"
printf "\n\nSuccess: Everything is ready!"
printf "\nHave a nice day!\n"

0 comments on commit ebddddf

Please sign in to comment.