Upgrade to bring the whole software up to date (otherwise some applications won't work)

This commit is contained in:
Bernhard Gschaider 2014-11-17 15:21:54 +01:00 committed by Dominik Christ
parent 4a29debac1
commit 1e3364a22f

View file

@ -19,6 +19,11 @@ for p in ${bonusPackages[@]}; do
pkg install -y $p pkg install -y $p
done done
echo
echo "Upgrading all to get working packages"
echo
pkg upgrade -y
echo echo
echo "FreeBSD-specific ended. Now doing general stuff" echo "FreeBSD-specific ended. Now doing general stuff"
echo echo