mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
Fix build url for pip
This commit is contained in:
parent
5edaadc370
commit
e06193de13
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ install_source() {
|
|||
source $final_path/bin/activate
|
||||
pip3 install --upgrade pip
|
||||
pip3 install --upgrade 'Werkzeug<1.0'
|
||||
pip3 install --upgrade https://ftp.postgresql.org/pub/pgadmin/pgadmin$app_main_version/v$app_sub_version/pip/pgadmin${APP_VERSION}-py2.py3-none-any.whl
|
||||
pip3 install --upgrade https://ftp.postgresql.org/pub/pgadmin/pgadmin$app_main_version/v$app_sub_version/pip/pgadmin${APP_VERSION}-py3-none-any.whl
|
||||
deactivate
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue