Update install.sh

This commit is contained in:
FusionPBX 2017-04-03 21:55:51 -06:00 committed by GitHub
parent 92ce7e467d
commit d5304d4624
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ cd "$(dirname "$0")"
#Update to latest packages
verbose "Update installed packages"
pkg upgrade
pkg upgrade --yes
#Update the ports
if [ -d "/usr/ports" ]; then