瀏覽代碼

Update sngrep.sh

FusionPBX 6 年之前
父節點
當前提交
3638c93dd1
共有 1 個文件被更改,包括 0 次插入2 次删除
  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
 else
 	#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 install -y sngrep
 fi