Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
annotate
  • Loading branch information
sanscontext committed Jan 30, 2020
commit 80d3c7eaeb345633c5b355b44375cf89c2f55a1a
4 changes: 3 additions & 1 deletion scripts/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ else
fi

# install the stuff you need to edit the docs
# yes, I realize you have to have git to get this usually,
# but there's a possible world in which we send someone this script
# to configure their env before they get the repo set up
which -s git
if [[ $? != 0 ]] ; then
# Install Homebrew
brew install git
echo " ✔ Git installed"
else
Expand Down