From 84db5c13353910a98218465671e8797bc4cfaae9 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 24 Aug 2024 10:25:41 -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 037326a..7e75528 100755 --- a/freebsd/install.sh +++ b/freebsd/install.sh @@ -18,7 +18,7 @@ if [ .$portsnap_enabled = .'true' ]; then portsnap fetch && portsnap update echo "/usr/ports updated" else - pkg install portsnap + pkg install --yes portsnap portsnap fetch extract echo "/usr/ports added" fi