mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-14 05:55:00 -04:00
Commit on wrong branch - reverted
This commit is contained in:
parent
42304d8fb4
commit
ecf24c2875
1 changed files with 4 additions and 10 deletions
|
@ -58,13 +58,7 @@ checkDependencies deps[@] basicDependenciesErrorHandling
|
|||
if command -v node >/dev/null 2>&1; then
|
||||
checkNodeVersion
|
||||
fi
|
||||
|
||||
#check if a git repository already exists here
|
||||
if [ -d .git ]; then
|
||||
echo "A git repository already exists here!"
|
||||
else
|
||||
#install git repository
|
||||
git clone $repositoryUrl coco
|
||||
#python ./coco/scripts/devSetup/setup.py
|
||||
echo "Now copy and paste 'sudo python ./coco/scripts/devSetup/setup.py' into the terminal!"
|
||||
fi
|
||||
#install git repository
|
||||
git clone $repositoryUrl coco
|
||||
#python ./coco/scripts/devSetup/setup.py
|
||||
echo "Now copy and paste 'sudo python ./coco/scripts/devSetup/setup.py' into the terminal!"
|
||||
|
|
Loading…
Add table
Reference in a new issue