#!/bin/bash #================================================= # COMMON VARIABLES #================================================= # 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" #================================================= # PERSONAL HELPERS #================================================= #================================================= # EXPERIMENTAL HELPERS #================================================= #================================================= # FUTURE OFFICIAL HELPERS #=================================================