add 'at' as a requirred package (#101)

This commit is contained in:
Mafoo 2017-06-10 18:50:59 +01:00 committed by FusionPBX
parent 42ef371737
commit 6ced551218
4 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ verbose "Installing FusionPBX"
#install dependencies
yum -y install git
yum -y install ghostscript libtiff-devel libtiff-tools
yum -y install ghostscript libtiff-devel libtiff-tools at
#forensics tools
wget https://forensics.cert.org/cert-forensics-tools-release-el7.rpm

View File

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

View File

@ -13,7 +13,7 @@ verbose "Installing FusionPBX"
#install dependencies
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 at
#set the version
if [ .$system_branch = .'master' ]; then

View File

@ -11,7 +11,7 @@ cd "$(dirname "$0")"
verbose "Installing FusionPBX"
#install dependencies
pkg install --yes git ghostscript9-base tiff
pkg install --yes git ghostscript9-base tiff at
#set the version
if [ .$system_branch = .'master' ]; then