add 'at' as a requirred package (#101)
This commit is contained in:
parent
42ef371737
commit
6ced551218
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue