FusionPBX 8 лет назад
Родитель
Сommit
29d8ee2717
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      debian/resources/sngrep.sh

+ 1 - 1
debian/resources/sngrep.sh

@@ -11,7 +11,7 @@ cd "$(dirname "$0")"
 #add sngrep
 #add sngrep
 if [ ."$cpu_architecture" = ."arm" ]; then
 if [ ."$cpu_architecture" = ."arm" ]; then
 	#source install
 	#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
 	cd /usr/src/sngrep
 	git clone https://github.com/irontec/sngrep
 	git clone https://github.com/irontec/sngrep
 	./bootstrap.sh
 	./bootstrap.sh