From ecaba8cb51f4878abc814d6319a5010889b6bc27 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 1 Apr 2017 23:09:30 -0600 Subject: [PATCH] Update install.sh --- freebsd/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/freebsd/install.sh b/freebsd/install.sh index f3bb79e..b7f5f82 100755 --- a/freebsd/install.sh +++ b/freebsd/install.sh @@ -15,6 +15,10 @@ cd "$(dirname "$0")" verbose "Update installed packages" pkg upgrade +#Update the ports +portsnap fetch extract +#portsnap fetch update + #PF - Packet Filter resources/pf.sh