From 9927ccb61a13cc8a56f7d4d7bd3b3943077210b8 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 20 May 2017 16:40:43 -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 a790154..1f862af 100755 --- a/freebsd/install.sh +++ b/freebsd/install.sh @@ -13,7 +13,7 @@ verbose "Update installed packages" pkg upgrade --yes #Update the ports -if [ -d "/usr/ports/www" ]; then +if [ -d "/usr/ports" ]; then portsnap fetch extract else portsnap fetch update