diff --git a/freebsd/install.sh b/freebsd/install.sh index 168171f..76352ed 100755 --- a/freebsd/install.sh +++ b/freebsd/install.sh @@ -24,7 +24,9 @@ else fi #PF - Packet Filter -resources/pf.sh +if [ .$firewall = .'pf' ]; then + resources/pf.sh +end #sngrep resources/sngrep.sh