Update deploy.sh
This commit is contained in:
parent
9880e3ecb3
commit
cbef54c544
|
@ -70,7 +70,7 @@ function install_orchestra () {
|
||||||
run sudo orchestra-admin install_requirements --testing
|
run sudo orchestra-admin install_requirements --testing
|
||||||
else
|
else
|
||||||
# Install from pip
|
# Install from pip
|
||||||
run sudo pip3 install http://github.com/glic3rinu/django-orchestra/tarball/master#egg=django-orchestra-dev
|
run sudo pip3 install http://git.io/django-orchestra-dev
|
||||||
run sudo orchestra-admin install_requirements
|
run sudo orchestra-admin install_requirements
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue