Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pathikrit committed Dec 8, 2023
1 parent b860a4d commit 14aa158
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ if [[ -z "${CI}" ]]; then
while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null &
fi

######################################## Start Installing ########################################

if test ! "$(command -v brew)"; then
echo "Installing Homebrew ..."
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Expand Down Expand Up @@ -272,8 +274,8 @@ if [[ -z "${CI}" ]]; then
fi

if [[ -z "${CI}" ]]; then
echo "Export key to Github ..."
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
Expand Down

0 comments on commit 14aa158

Please sign in to comment.