forked from norman/fusionpbx-install.sh-github-mirror
add 'at' as a requirred package (#101)
This commit is contained in:
@@ -12,7 +12,7 @@ verbose "Installing FusionPBX"
|
|||||||
|
|
||||||
#install dependencies
|
#install dependencies
|
||||||
yum -y install git
|
yum -y install git
|
||||||
yum -y install ghostscript libtiff-devel libtiff-tools
|
yum -y install ghostscript libtiff-devel libtiff-tools at
|
||||||
|
|
||||||
#forensics tools
|
#forensics tools
|
||||||
wget https://forensics.cert.org/cert-forensics-tools-release-el7.rpm
|
wget https://forensics.cert.org/cert-forensics-tools-release-el7.rpm
|
||||||
|
|||||||
2
debian/resources/fusionpbx.sh
vendored
2
debian/resources/fusionpbx.sh
vendored
@@ -13,7 +13,7 @@ verbose "Installing FusionPBX"
|
|||||||
|
|
||||||
#install dependencies
|
#install dependencies
|
||||||
apt-get install -y --force-yes vim git dbus haveged ssl-cert
|
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
|
#get the branch
|
||||||
if [ .$system_branch = .'master' ]; then
|
if [ .$system_branch = .'master' ]; then
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ verbose "Installing FusionPBX"
|
|||||||
|
|
||||||
#install dependencies
|
#install dependencies
|
||||||
apt-get install -qq -y git dbus haveged ssl-cert
|
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
|
#set the version
|
||||||
if [ .$system_branch = .'master' ]; then
|
if [ .$system_branch = .'master' ]; then
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ cd "$(dirname "$0")"
|
|||||||
verbose "Installing FusionPBX"
|
verbose "Installing FusionPBX"
|
||||||
|
|
||||||
#install dependencies
|
#install dependencies
|
||||||
pkg install --yes git ghostscript9-base tiff
|
pkg install --yes git ghostscript9-base tiff at
|
||||||
|
|
||||||
#set the version
|
#set the version
|
||||||
if [ .$system_branch = .'master' ]; then
|
if [ .$system_branch = .'master' ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user