Update install.sh
This commit is contained in:
parent
92ce7e467d
commit
d5304d4624
|
|
@ -10,7 +10,7 @@ cd "$(dirname "$0")"
|
|||
|
||||
#Update to latest packages
|
||||
verbose "Update installed packages"
|
||||
pkg upgrade
|
||||
pkg upgrade --yes
|
||||
|
||||
#Update the ports
|
||||
if [ -d "/usr/ports" ]; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue