File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -196,6 +196,8 @@ if [[ -z "${CI}" ]]; then
196196 while true ; do sudo -n true ; sleep 60; kill -0 " $$ " || exit ; done 2> /dev/null &
197197fi
198198
199+ # ####################################### Start Installing ########################################
200+
199201if test ! " $( command -v brew) " ; then
200202 echo " Installing Homebrew ..."
201203 /bin/bash -c " $( curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh) "
@@ -272,8 +274,8 @@ if [[ -z "${CI}" ]]; then
272274fi
273275
274276if [[ -z " ${CI} " ]]; then
277+ echo " Export key to Github ..."
275278 gpg --keyserver hkp://pgp.mit.edu --recv ${gpg_key}
276- echo " Export key to Github"
277279 ssh-keygen -t rsa -b 4096 -C ${git_email}
278280 pbcopy < ~ /.ssh/id_rsa.pub
279281 open https://github.com/settings/ssh/new
You can’t perform that action at this time.
0 commit comments