From 14aa1588aa48900ae6e55d4696f9ce459c92c61a Mon Sep 17 00:00:00 2001 From: Pathikrit Bhowmick Date: Fri, 8 Dec 2023 09:53:22 -0500 Subject: [PATCH] comment --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9ffac13..8af2eb5 100755 --- a/install.sh +++ b/install.sh @@ -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)" @@ -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