Update util/install.sh

Update to reflect new NOX classic repo on github and default branch.
This commit is contained in:
Bob
2012-08-29 16:00:33 -07:00
committed by Bob Lantz
parent 496cd25d37
commit ad85e44d78
+4 -2
View File
@@ -251,9 +251,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