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