Update fusionpbx.sh
This commit is contained in:
parent
86344e4590
commit
03a4cb91a7
|
|
@ -11,8 +11,8 @@ cd "$(dirname "$0")"
|
||||||
verbose "Installing FusionPBX"
|
verbose "Installing FusionPBX"
|
||||||
|
|
||||||
#install dependencies
|
#install dependencies
|
||||||
apt-get install -y --force-yes vim git dbus haveged ssl-cert qrencode
|
apt-get install -y vim git dbus haveged ssl-cert qrencode
|
||||||
apt-get install -y --force-yes ghostscript libtiff5-dev libtiff-tools at
|
apt-get install -y ghostscript libtiff5-dev libtiff-tools at
|
||||||
|
|
||||||
#get the branch
|
#get the branch
|
||||||
if [ .$system_branch = .'master' ]; then
|
if [ .$system_branch = .'master' ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue