From f7e694624fbb6c33cd448a7f659325db7fb0a91c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 2 Apr 2017 12:37:29 -0600 Subject: [PATCH] Update install.sh --- freebsd/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freebsd/install.sh b/freebsd/install.sh index ddd21d2..b0e6401 100755 --- a/freebsd/install.sh +++ b/freebsd/install.sh @@ -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