From 29d8ee27174ae3cf7a9c51629b7ee86ca5eba362 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 5 Mar 2017 22:36:28 -0700 Subject: [PATCH] Update sngrep.sh --- debian/resources/sngrep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/sngrep.sh b/debian/resources/sngrep.sh index 5b24ff1..6fbb2dd 100644 --- a/debian/resources/sngrep.sh +++ b/debian/resources/sngrep.sh @@ -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