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:
parent
d237795d82
commit
6a131b67c3
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue