Browse Source

Update sngrep.sh

FusionPBX 6 years ago
parent
commit
3638c93dd1
1 changed files with 0 additions and 2 deletions
  1. 0 2
      ubuntu/resources/sngrep.sh

+ 0 - 2
ubuntu/resources/sngrep.sh

@@ -18,8 +18,6 @@ if [ ."$cpu_architecture" = ."arm" ]; then
 	cd /usr/src/sngrep && make install
 	cd /usr/src/sngrep && make install
 else
 else
 	#package install
 	#package install
-	echo "deb http://packages.irontec.com/ubuntu $os_codename main" > /etc/apt/sources.list.d/sngrep.list
-	wget http://packages.irontec.com/public.key -q -O - | apt-key add -
 	apt-get update
 	apt-get update
 	apt-get install -y sngrep
 	apt-get install -y sngrep
 fi
 fi