1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git synced 2024-09-03 19:46:01 +02:00

Removed postgres and postgres-client dependency

to speed up debugging install script
This commit is contained in:
Gredin67 2020-04-15 10:38:11 +02:00 committed by GitHub
parent 16e0c7f2a4
commit e37dc8408b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
#=================================================
# dependencies used by the app
pkg_dependencies="postgresql postgresql-client"
pkg_dependencies=""
#=================================================
# PERSONAL HELPERS