Update fusionpbx.sh
This commit is contained in:
parent
d2bb11970b
commit
aae94bf317
|
|
@ -11,13 +11,6 @@ verbose "Installing FusionPBX"
|
|||
yum -y install git
|
||||
yum -y install ghostscript libtiff-devel libtiff-tools
|
||||
|
||||
IRONTEC="[irontec]
|
||||
name=Irontec RPMs repository
|
||||
baseurl=http://packages.irontec.com/centos/$releasever/$basearch/"
|
||||
echo "${IRONTEC}" > /etc/yum.repos.d/irontec.repo
|
||||
rpm --import http://packages.irontec.com/public.key
|
||||
yum -y install sngrep
|
||||
|
||||
wget https://forensics.cert.org/cert-forensics-tools-release-el7.rpm
|
||||
rpm -Uvh cert-forensics-tools-release*rpm
|
||||
yum -y --enablerepo=forensics install lame
|
||||
|
|
@ -36,4 +29,4 @@ fi
|
|||
#get the source code
|
||||
git clone $BRANCH https://github.com/fusionpbx/fusionpbx.git /var/www/fusionpbx
|
||||
|
||||
verbose "FusionPBX Installed"
|
||||
verbose "FusionPBX Installed"
|
||||
|
|
|
|||
Loading…
Reference in New Issue