Update install.sh

This commit is contained in:
FusionPBX 2017-04-02 12:37:29 -06:00 committed by GitHub
parent 96082fbe6d
commit f7e694624f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ pkg upgrade
#Update the ports
if [ -d "/usr/ports" ]; then
portsnap fetch update
portsnap fetch update
else
portsnap fetch extract
fi