Update deploy.sh

This commit is contained in:
Marc Aymerich 2016-01-09 11:34:04 +01:00
parent f2dd849cc7
commit eb41144131
1 changed files with 1 additions and 3 deletions

View File

@ -70,9 +70,7 @@ function install_orchestra () {
run sudo orchestra-admin install_requirements --testing
else
# Install from pip
run sudo pip3 install django-orchestra==dev \
--allow-external django-orchestra \
--allow-unverified django-orchestra
run sudo pip3 install http://github.com/glic3rinu/django-orchestra/tarball/master#egg=django-orchestra-dev
run sudo orchestra-admin install_requirements
fi
}