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:
parent
63272d0470
commit
7db1ced5ea
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue