|
@@ -11,13 +11,6 @@ verbose "Installing FusionPBX"
|
|
yum -y install git
|
|
yum -y install git
|
|
yum -y install ghostscript libtiff-devel libtiff-tools
|
|
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
|
|
wget https://forensics.cert.org/cert-forensics-tools-release-el7.rpm
|
|
rpm -Uvh cert-forensics-tools-release*rpm
|
|
rpm -Uvh cert-forensics-tools-release*rpm
|
|
yum -y --enablerepo=forensics install lame
|
|
yum -y --enablerepo=forensics install lame
|
|
@@ -36,4 +29,4 @@ fi
|
|
#get the source code
|
|
#get the source code
|
|
git clone $BRANCH https://github.com/fusionpbx/fusionpbx.git /var/www/fusionpbx
|
|
git clone $BRANCH https://github.com/fusionpbx/fusionpbx.git /var/www/fusionpbx
|
|
|
|
|
|
-verbose "FusionPBX Installed"
|
|
|
|
|
|
+verbose "FusionPBX Installed"
|