diff --git a/install.sh b/install.sh index 117f122..76c94ed 100644 --- a/install.sh +++ b/install.sh @@ -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"