2017-03-25 18:41:47 +01:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
|
|
#move to script directory so all relative paths work
|
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
|
|
|
|
|
|
. ./config.sh
|
|
|
|
|
. ./colors.sh
|
|
|
|
|
|
|
|
|
|
#send a message
|
2017-03-25 18:52:49 +01:00
|
|
|
verbose "Configuring PF"
|
2017-03-25 18:41:47 +01:00
|
|
|
|
2017-03-25 18:52:49 +01:00
|
|
|
#install the PF config
|
2017-03-25 18:41:47 +01:00
|
|
|
|