diff --git a/installUbuntu.sh b/installUbuntu.sh index b9043dfab..98870e2f1 100755 --- a/installUbuntu.sh +++ b/installUbuntu.sh @@ -73,4 +73,4 @@ success "[*] Done" echo -e "\e[33;1mGo to your "Settings" page in GitHub (click on your avatar on the top right). In the left navigation, choose "SSH and GPG keys". Click the "New SSH key" button on the top right. -Paste the contents of the "~/.ssh/id_rsa.pub" key file (which you alerady copied to your clipboard) into the "Key" text area, and give it any Title you would like.]\e[0m" +Paste the contents of the "~/.ssh/id_rsa.pub" key file (which you alerady copied to your clipboard) into the "Key" text area, and give it any Title you would like. Then go back to the terminal and run the command 'git remote set-url origin git@github.com:$gituser/WebApp.git' followed by 'git config --global user.name "$gituser"'.]\e[0m" diff --git a/installmac.sh b/installmac.sh index 81234c0f6..02f3d7ab5 100755 --- a/installmac.sh +++ b/installmac.sh @@ -69,4 +69,4 @@ success "[*] Done" echo "\x1B[33;1mGo to your "Settings" page in GitHub (click on your avatar on the top right). In the left navigation, choose "SSH and GPG keys". Click the "New SSH key" button on the top right. -Paste the contents of the "~/.ssh/id_rsa.pub" key file (which you alerady copied to your clipboard) into the "Key" text area, and give it any Title you would like.]\x1B[0m" +Paste the contents of the "~/.ssh/id_rsa.pub" key file (which you alerady copied to your clipboard) into the "Key" text area, and give it any Title you would like. Then go back to the terminal and run the command 'git remote set-url origin git@github.com:$gituser/WebApp.git' followed by 'git config --global user.name "$gituser"'.\x1B[0m"