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

Fix dependances

This commit is contained in:
Josué Tille 2019-04-08 19:06:29 +02:00
parent d237795d82
commit 6a131b67c3
No known key found for this signature in database
GPG key ID: D5E068C6DFA8681D

View file

@ -17,7 +17,7 @@ app_sub_version=$(echo $APP_VERSION | cut -d'-' -f2)
#=================================================
install_dependance() {
ynh_install_app_dependencies python3-pip build-essential python3-dev python3-venv postgresql uwsgi uwsgi-plugin-python3 expect
ynh_install_app_dependencies python3-pip build-essential python3-dev python3-venv postgresql uwsgi uwsgi-plugin-python3 expect libpq-dev
}
psql_create_admin() {