1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Change version management

This commit is contained in:
Josué Tille 2017-11-23 07:54:43 +01:00
parent 22e3aae214
commit 6d12b3631d

View file

@ -45,7 +45,7 @@ install_source() {
pip install --upgrade pip
pip install --upgrade setuptools
pip install --upgrade cffi ndg-httpsclient psycopg2 lxml
pip install --upgrade https://github.com/matrix-org/synapse/tarball/master
pip install --upgrade https://github.com/matrix-org/synapse/archive/v$APP_VERSION.tar.gz
deactivate
fi