Skip to content

Commit 14aa158

Browse files
authored
comment
1 parent b860a4d commit 14aa158

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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 &
197197
fi
198198

199+
######################################## Start Installing ########################################
200+
199201
if 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
272274
fi
273275

274276
if [[ -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

0 commit comments

Comments
 (0)