diff --git a/install.sh b/install.sh index 0700b05..9ffac13 100755 --- a/install.sh +++ b/install.sh @@ -239,14 +239,6 @@ do git config --global "${config}" done -if [[ -z "${CI}" ]]; then - gpg --keyserver hkp://pgp.mit.edu --recv ${gpg_key} - echo "Export key to Github" - ssh-keygen -t rsa -b 4096 -C ${git_email} - pbcopy < ~/.ssh/id_rsa.pub - open https://github.com/settings/ssh/new -fi - echo "Setting up bash aliases ..." echo " alias del='mv -t ~/.Trash/' @@ -279,6 +271,14 @@ if [[ -z "${CI}" ]]; then mas list fi +if [[ -z "${CI}" ]]; then + gpg --keyserver hkp://pgp.mit.edu --recv ${gpg_key} + echo "Export key to Github" + ssh-keygen -t rsa -b 4096 -C ${git_email} + pbcopy < ~/.ssh/id_rsa.pub + open https://github.com/settings/ssh/new +fi + echo "Cleanup" brew cleanup