Update fusionpbx.sh

This commit is contained in:
FusionPBX 2019-02-17 09:31:57 -07:00 committed by GitHub
parent 86344e4590
commit 03a4cb91a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ cd "$(dirname "$0")"
verbose "Installing FusionPBX"
#install dependencies
apt-get install -y --force-yes vim git dbus haveged ssl-cert qrencode
apt-get install -y --force-yes ghostscript libtiff5-dev libtiff-tools at
apt-get install -y vim git dbus haveged ssl-cert qrencode
apt-get install -y ghostscript libtiff5-dev libtiff-tools at
#get the branch
if [ .$system_branch = .'master' ]; then