Update sngrep.sh

This commit is contained in:
Alex
2026-08-03 19:00:30 +00:00
committed by GitHub
parent e7fbaf0dea
commit b9dbc89cd0

View File

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