mirror of
https://github.com/munki/munki.git
synced 2026-03-02 21:10:13 -06:00
Update git download link
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user