forked from norman/fusionpbx-install.sh-github-mirror
Update fusionpbx.sh
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
#move to script directory so all relative paths work
|
#move to script directory so all relative paths work
|
||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
|
#includes
|
||||||
. ./config.sh
|
. ./config.sh
|
||||||
. ./colors.sh
|
. ./colors.sh
|
||||||
. ./environment.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 git dbus haveged ssl-cert
|
||||||
apt-get install -qq -y ghostscript libtiff5-dev libtiff-tools
|
apt-get install -qq -y ghostscript libtiff5-dev libtiff-tools
|
||||||
|
|
||||||
|
#set the version
|
||||||
if [ .$system_branch = .'master' ]; then
|
if [ .$system_branch = .'master' ]; then
|
||||||
verbose "Using master"
|
verbose "Using master"
|
||||||
branch=""
|
branch=""
|
||||||
|
|||||||
Reference in New Issue
Block a user