From eb41144131854f8b8e9dd0fe953c4dc016e6e356 Mon Sep 17 00:00:00 2001 From: Marc Aymerich Date: Sat, 9 Jan 2016 11:34:04 +0100 Subject: [PATCH] Update deploy.sh --- scripts/containers/deploy.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/containers/deploy.sh b/scripts/containers/deploy.sh index 7ad2cbf1..5e5979a9 100644 --- a/scripts/containers/deploy.sh +++ b/scripts/containers/deploy.sh @@ -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 }