From cdc88c2b264805a3c58bd50525f06ff8aa936c57 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 10 May 2017 13:59:42 -0600 Subject: [PATCH] Update fusionpbx.sh --- devuan/resources/fusionpbx.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devuan/resources/fusionpbx.sh b/devuan/resources/fusionpbx.sh index b2b602a..47b99f2 100755 --- a/devuan/resources/fusionpbx.sh +++ b/devuan/resources/fusionpbx.sh @@ -3,6 +3,7 @@ #move to script directory so all relative paths work cd "$(dirname "$0")" +#includes . ./config.sh . ./colors.sh . ./environment.sh @@ -14,6 +15,7 @@ verbose "Installing FusionPBX" apt-get install -qq -y git dbus haveged ssl-cert apt-get install -qq -y ghostscript libtiff5-dev libtiff-tools +#set the version if [ .$system_branch = .'master' ]; then verbose "Using master" branch=""