devuan: simplify sngrep install, its in all maintained releases

This commit is contained in:
Valentin Kleibel 2022-04-04 16:55:44 +02:00
parent 9a32caccab
commit 952e516a66
1 changed files with 0 additions and 3 deletions

View File

@ -18,8 +18,5 @@ if [ ."$cpu_architecture" = ."arm" ]; then
cd /usr/src/sngrep && make install
else
#package install
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 -q update
apt-get -y -q install -y --force-yes sngrep
fi