From 655194d3e1800197bd9111757cecceeb0a97c475 Mon Sep 17 00:00:00 2001 From: Bob Date: Wed, 29 Aug 2012 15:10:36 -0700 Subject: [PATCH] Update util/install.sh Update to reflect new NOX classic repo on github and default branch. --- util/install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/util/install.sh b/util/install.sh index 94893c5..74558fc 100755 --- a/util/install.sh +++ b/util/install.sh @@ -348,9 +348,11 @@ function nox { # Fetch NOX destiny cd ~/ - git clone git://noxrepo.org/nox noxcore + git clone https://github.com/noxrepo/nox-classic.git noxcore cd noxcore - git checkout -b destiny remotes/origin/destiny + if ! git checkout -b destiny remotes/origin/destiny ; then + echo "Did not check out a new destiny branch - assuming current branch is destiny" + fi # Apply patches git checkout -b tutorial-destiny