From c92f1fe298602cdfb807f2983b5fc7ad361bc04a Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 24 Jun 2017 01:39:29 -0600 Subject: [PATCH] Update install.sh --- freebsd/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/freebsd/install.sh b/freebsd/install.sh index 39be729..1983b2b 100755 --- a/freebsd/install.sh +++ b/freebsd/install.sh @@ -14,7 +14,6 @@ pkg upgrade --yes #Update the ports if [ .$portsnap_enabled = .'true' ]; then - echo "/usr/ports not found"; portsnap fetch extract echo "/usr/ports added" fi