fusionpbx-install.sh/freebsd/resources/sngrep.sh

15 lines
214 B
Bash
Raw Normal View History

#!/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