Update git download link

This commit is contained in:
Samuel Keeley
2015-11-13 20:57:06 -08:00
parent 436d8c8b46
commit f1419e2ffe
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ WHICH_GIT_RESULT="$?"
if [ "$WHICH_GIT_RESULT" != "0" ]; then
echo "Could not find git in command path. Maybe it's not installed?" 1>&2
echo "You can get a Git package here:" 1>&2
echo " http://code.google.com/p/git-osx-installer/downloads/list"
echo " https://git-scm.com/download/mac"
exit 1
fi
if [ ! -x "/usr/bin/pkgbuild" ]; then

View File

@@ -65,7 +65,7 @@ WHICH_GIT_RESULT="$?"
if [ "$WHICH_GIT_RESULT" != "0" ]; then
echo "Could not find git in command path. Maybe it's not installed?" 1>&2
echo "You can get a Git package here:" 1>&2
echo " http://code.google.com/p/git-osx-installer/downloads/list"
echo " https://git-scm.com/download/mac"
exit 1
fi
if [ ! -x "/usr/bin/pkgbuild" ]; then