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
|
||||
done
|
||||
|
||||
echo
|
||||
echo "Upgrading all to get working packages"
|
||||
echo
|
||||
pkg upgrade -y
|
||||
|
||||
echo
|
||||
echo "FreeBSD-specific ended. Now doing general stuff"
|
||||
echo
|
||||
|
|
Reference in a new issue