#!/bin/bash #================================================= # COMMON VARIABLES #================================================= #REMOVEME? pkg_dependencies="postgresql" #================================================= # PERSONAL HELPERS #================================================= STATPING_VERSION="0.90.80" get_ip() { curl ip.me }