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

Add PostgreSQL dependencie (#21)

This commit is contained in:
Éric Gaspar 2020-12-31 15:03:13 +01:00 committed by GitHub
parent 63272d0470
commit 7db1ced5ea
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="g++"
pkg_dependencies="g++ postgresql"
GO_VERSION="1.14"
GO_PATH="/usr/lib/go-$GO_VERSION/bin"