From 87a729b547e09dd536257ada0f855a313b491ead Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 24 Aug 2024 10:24:15 -0600 Subject: [PATCH] Update install.sh --- freebsd/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/freebsd/install.sh b/freebsd/install.sh index d22fafb..037326a 100755 --- a/freebsd/install.sh +++ b/freebsd/install.sh @@ -18,6 +18,7 @@ if [ .$portsnap_enabled = .'true' ]; then portsnap fetch && portsnap update echo "/usr/ports updated" else + pkg install portsnap portsnap fetch extract echo "/usr/ports added" fi