1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pgadmin_ynh.git synced 2024-09-03 19:56:38 +02:00

Fix python version for buster

This commit is contained in:
Josué Tille 2020-04-20 15:32:01 +02:00
parent cd2656345c
commit f1b621251b
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -5,7 +5,7 @@
app=$YNH_APP_INSTANCE_NAME
final_path=/opt/yunohost/$app
pgadmin_user="pgadmin"
python_version="3.5"
python_version="$(python3 -V | cut -d' ' -f2 | cut -d. -f1-2)"
dependances="python3-pip build-essential python3-dev python3-venv postgresql uwsgi uwsgi-plugin-python3 expect libpq-dev"
if [[ -e "../settings/manifest.json" ]] || [[ -e "../manifest.json" ]]; then