mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 22:13:32 -04:00
Updating bootstrap script to point to public repo.
This commit is contained in:
parent
6009df26de
commit
9407347003
1 changed files with 3 additions and 4 deletions
|
@ -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!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue