Skip to content

Commit

Permalink
Removed call to git clone in setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestaylr committed Jun 2, 2015
1 parent b8eae93 commit 4be76f4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,3 @@ sudo apt-get update

print_message 'Setting up Tornado Web Server...'
sudo pip-3.2 install tornado

print_message 'Pulling project from repository...'
cd ~/
mkdir SailBOT
cd SailBOT
git clone https://github.com/jamestaylr/sailbot.git

0 comments on commit 4be76f4

Please sign in to comment.