2017-03-25 18:41:47 +01:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
|
|
#move to script directory so all relative paths work
|
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
|
|
|
|
|
|
#includes
|
|
|
|
|
. ./config.sh
|
|
|
|
|
. ./colors.sh
|
|
|
|
|
|
|
|
|
|
#add sngrep
|
2017-03-25 22:19:57 +01:00
|
|
|
pkg install --yes sngrep
|
2017-04-01 02:56:59 +02:00
|
|
|
|
|
|
|
|
#update the list of executables in the path
|
|
|
|
|
rehash
|