Create install.sh

This commit is contained in:
FusionPBX 2017-06-14 23:26:07 -07:00 committed by GitHub
parent 143ef67242
commit cca84fcab8
1 changed files with 2 additions and 0 deletions

View File

@ -16,9 +16,11 @@ pkg upgrade --yes
if [ -e "/usr/ports" ]; then
echo "/usr/ports exists"
portsnap fetch update
echo "/usr/ports updated"
else
echo "/usr/ports not found";
portsnap fetch extract
echo "/usr/ports added"
fi
#PF - Packet Filter