From 03a4cb91a77190f0d8b5cb563407a96f96d37c57 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 17 Feb 2019 09:31:57 -0700 Subject: [PATCH] Update fusionpbx.sh --- debian/resources/fusionpbx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/resources/fusionpbx.sh b/debian/resources/fusionpbx.sh index 567c4bf..14868e8 100755 --- a/debian/resources/fusionpbx.sh +++ b/debian/resources/fusionpbx.sh @@ -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