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:
parent
22e3aae214
commit
6d12b3631d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue