forked from norman/fusionpbx-install.sh-github-mirror
12 lines
162 B
Bash
Executable File
12 lines
162 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#move to script directory so all relative paths work
|
|
cd "$(dirname "$0")"
|
|
|
|
#includes
|
|
. ./config.sh
|
|
. ./colors.sh
|
|
|
|
#add sngrep
|
|
pkg install --yes sngrep
|