Update install.sh

This commit is contained in:
FusionPBX
2017-05-20 14:13:37 -06:00
committed by GitHub
parent 0cd7649943
commit b268d1da48

View File

@@ -13,7 +13,11 @@ verbose "Update installed packages"
pkg upgrade --yes
#Update the ports
portsnap fetch extract
if [ -d "/usr/ports/www" ]
portsnap fetch extract
else
portsnap fetch update
fi
#PF - Packet Filter
resources/pf.sh