Upgrade to bring the whole software up to date (otherwise some applications won't work)
This commit is contained in:
parent
4a29debac1
commit
1e3364a22f
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue