#!/bin/bash #================================================= # COMMON VARIABLES #================================================= # dependencies used by the app export pkg_dependencies="apt-transport-https memcached openproject postgresql postgresql-common" #================================================= # PERSONAL HELPERS #================================================= #================================================= # EXPERIMENTAL HELPERS #================================================= #================================================= # FUTURE OFFICIAL HELPERS #=================================================