diff --git a/code/tools/make_munki_mpkg.sh b/code/tools/make_munki_mpkg.sh index 4dae7fee..5cb6fdeb 100755 --- a/code/tools/make_munki_mpkg.sh +++ b/code/tools/make_munki_mpkg.sh @@ -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 diff --git a/code/tools/make_munki_mpkg_from_git.sh b/code/tools/make_munki_mpkg_from_git.sh index db20251a..d7369469 100755 --- a/code/tools/make_munki_mpkg_from_git.sh +++ b/code/tools/make_munki_mpkg_from_git.sh @@ -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