1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_signal_ynh.git synced 2024-09-03 19:46:07 +02:00
mautrix_signal_ynh/scripts/_common.sh

22 lines
706 B
Bash
Raw Normal View History

2021-01-04 12:14:25 +01:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2022-09-04 22:28:27 +02:00
# dependencies used by the app (must be on a single line)
pkg_dependencies="postgresql python3 python3-dev build-essential libolm-dev"
extra_dependencies="libunixsocket-java signald signaldctl"
2022-09-04 22:28:27 +02:00
2021-01-04 12:14:25 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================