deploy.sh: make sure git is installed

This commit is contained in:
Marc 2014-10-04 13:28:15 +00:00
parent 0e00c25525
commit e805ed741f
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ CURRENT_VERSION=$(python -c "from orchestra import get_version; print get_versio
if [[ ! $CURRENT_VERSION ]]; then
# First Orchestra installation
run "apt-get -y install git python-pip"
sudo apt-get -y install git python-pip
run "git clone https://github.com/glic3rinu/django-orchestra.git ~/django-orchestra"
echo $HOME/django-orchestra/ | sudo tee /usr/local/lib/python2.7/dist-packages/orchestra.pth
sudo cp $HOME/django-orchestra/orchestra/bin/orchestra-admin /usr/local/bin/