Files
fusionpbx-install.sh/debian/resources/sngrep.sh
2017-03-05 22:10:25 -07:00

10 lines
276 B
Bash

#!/bin/sh
#add sngrep
if [ ."$cpu_architecture" != ."arm" ]; then
echo 'deb http://packages.irontec.com/debian jessie 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 sngrep
fi