Update sngrep.sh

This commit is contained in:
FusionPBX 2017-03-05 22:36:28 -07:00 committed by GitHub
parent d8704af6c9
commit 29d8ee2717
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ cd "$(dirname "$0")"
#add sngrep
if [ ."$cpu_architecture" = ."arm" ]; then
#source install
apt-get install git autoconf automake gcc make libncurses5-dev libpcap-dev libssl-dev libpcre3-dev
apt-get install -y --force-yes git autoconf automake gcc make libncurses5-dev libpcap-dev libssl-dev libpcre3-dev
cd /usr/src/sngrep
git clone https://github.com/irontec/sngrep
./bootstrap.sh