Skip to content
Snippets Groups Projects
Commit ad85e44d authored by Bob's avatar Bob Committed by Bob Lantz
Browse files

Update util/install.sh

Update to reflect new NOX classic repo on github and default branch.
parent 496cd25d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment