Update deploy.sh
This commit is contained in:
parent
f2dd849cc7
commit
eb41144131
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue