forked from norman/fusionpbx-install.sh-github-mirror
Update sngrep.sh
This commit is contained in:
@@ -18,7 +18,7 @@ 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/debian $os_codename main" > /etc/apt/sources.list.d/sngrep.list
|
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 -
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user