forked from norman/fusionpbx-install.sh-github-mirror
Making install easier (#91)
* Always do a portsnap fetch extract * Save compiling much of php71 and postgres
This commit is contained in:
@@ -13,11 +13,7 @@ verbose "Update installed packages"
|
||||
pkg upgrade --yes
|
||||
|
||||
#Update the ports
|
||||
if [ -d "/usr/ports" ]; then
|
||||
portsnap fetch update
|
||||
else
|
||||
portsnap fetch extract
|
||||
fi
|
||||
portsnap fetch extract
|
||||
|
||||
#PF - Packet Filter
|
||||
resources/pf.sh
|
||||
|
||||
Reference in New Issue
Block a user