From 1e3364a22fd314cb0942f041daae4235ae6bdfcb Mon Sep 17 00:00:00 2001 From: Bernhard Gschaider Date: Mon, 17 Nov 2014 15:21:54 +0100 Subject: [PATCH] Upgrade to bring the whole software up to date (otherwise some applications won't work) --- vagrantSandbox/initFreeBSDScript.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vagrantSandbox/initFreeBSDScript.sh b/vagrantSandbox/initFreeBSDScript.sh index a5c0514ec..40a4acc48 100755 --- a/vagrantSandbox/initFreeBSDScript.sh +++ b/vagrantSandbox/initFreeBSDScript.sh @@ -19,6 +19,11 @@ for p in ${bonusPackages[@]}; do pkg install -y $p done +echo +echo "Upgrading all to get working packages" +echo +pkg upgrade -y + echo echo "FreeBSD-specific ended. Now doing general stuff" echo