mirror of
https://github.com/munki/munki.git
synced 2026-04-24 05:49:42 -05:00
Update make_munki_mpkg_from_git.sh to pull from GitHub
This commit is contained in:
@@ -85,7 +85,7 @@ fi
|
||||
|
||||
|
||||
echo "Cloning munki repo branch $BRANCH from code.google.com..."
|
||||
git clone --branch "$BRANCH" --no-checkout -- https://code.google.com/p/munki/ "$MUNKIDIR"
|
||||
git clone --branch "$BRANCH" --no-checkout -- https://github.com/munki/munki.git"$MUNKIDIR"
|
||||
CLONE_RESULT="$?"
|
||||
if [ "$CLONE_RESULT" != "0" ]; then
|
||||
echo "Error cloning munki repo: $CLONE_RESULT" 1>&2
|
||||
|
||||
Reference in New Issue
Block a user