Updating bootstrap script to point to public repo.

This commit is contained in:
Nick Winter 2014-01-03 10:42:37 -08:00
parent 6009df26de
commit 9407347003

View file

@ -1,6 +1,6 @@
#!/bin/bash
repositoryUrl=https://github.com/nwinter/codecombat.git
repositoryUrl=https://github.com/codecombat/codecombat.git
deps=( git python )
function checkDependencies { #usage: checkDependencies [name of dependency array] [name of error checking function]
declare -a dependencyArray=("${!1}")
@ -32,7 +32,6 @@ function checkIsRoot {
#checkIsRoot
checkDependencies deps[@] basicDependenciesErrorHandling
#install git repository
git clone https://github.com/schmatz/cocopractice.git coco
echo "CHANGE LOCATION OF GIT REPO BEFORE RELEASE OR IT WILL NOT WORK!"
git clone https://github.com/codecombat/codecombat.git coco
#python ./coco/scripts/devSetup/setup.py
echo "Now copy and paste 'sudo python ./coco/scripts/devSetup/setup.py' into the terminal!"
echo "Now copy and paste 'sudo python ./coco/scripts/devSetup/setup.py' into the terminal!"