From aae94bf317c01f778ab835c606ecfe4c19f679ee Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 3 Apr 2017 19:18:00 -0600 Subject: [PATCH] Update fusionpbx.sh --- centos/resources/fusionpbx.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/centos/resources/fusionpbx.sh b/centos/resources/fusionpbx.sh index 8f8affd..c2a1aa3 100755 --- a/centos/resources/fusionpbx.sh +++ b/centos/resources/fusionpbx.sh @@ -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" \ No newline at end of file +verbose "FusionPBX Installed"