Create sngrep.sh
This commit is contained in:
parent
ee91847c50
commit
659c6da8bb
|
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
#add sngrep
|
||||||
|
if [ ."$cpu_architecture" != ."arm" ]; then
|
||||||
|
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 update
|
||||||
|
apt-get install sngrep
|
||||||
|
fi
|
||||||
Loading…
Reference in New Issue